#6aa225

Color #6AA225 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6AA225

Tints of Christi #6AA225

Color information

#6AA225 (or 0x6AA225) is unknown color: approx Christi. HEX triplet: 6A, A2 and 25. RGB value is (106,162,37). Sum of RGB (Red+Green+Blue) = 106+162+37=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA225 is #955DDA. Grayscale: #838383. Windows color (decimal): -9788891 or 2466410. OLE color: 2466410.

HSL color Cylindrical-coordinate representation of color #6AA225: hue angle of 86.88º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AA225 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB10616237-
CMYK0.3500.770.36
HSL86.88º62.81%39.02%-
HSV(B)86.88º77.16%63.53%-
XYZ19.229.046.34-
YUV131.0174.95110.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 162 (63.67% from 255) = 53.11%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=34.75%
G=53.11%
B=12.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106162370.3500.770.3686.8862.8139.02
Hex6AA2252304D24573f27
Octal15224245430115441277747
Binary110101010100010100101100011010011011001001010111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6aa225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6aa225; }

 p { color: rgb(106,162,37); }

 H1.HeaderClassName
 {
   color: #6aa225;
 }
 .AnyTagClassName
 {
   color: #6aa225;
 }
</style>
background-color css

<style>
 a { background-color: #6aa225; }

 a { background-color: rgb(106,162,37); }

 div.DivClassName
 {
   background-color: #6aa225;
 }
 .BgClassName
 {
   background-color: #6aa225;
 }
</style>
border-color css

<style>
 span { border-color: #6aa225; }

 span { border-color: rgb(106,162,37); }

 td.TdClassName
 {
   border-color: #6aa225;
 }
 .TagClassName
 {
   border-color: #6aa225;
 }
</style>