#6A9D18

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

Shades of Christi #6A9D18

Tints of Christi #6A9D18

Color information

#6A9D18 (or 0x6A9D18) is unknown color: approx Christi. HEX triplet: 6A, 9D and 18. RGB value is (106,157,24). Sum of RGB (Red+Green+Blue) = 106+157+24=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #6A9D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9D18 is #9562E7. Grayscale: #7F7F7F. Windows color (decimal): -9790184 or 1613162. OLE color: 1613162.

HSL color Cylindrical-coordinate representation of color #6A9D18: hue angle of 83.01º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A9D18 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB10615724-
CMYK0.3200.850.38
HSL83.01º73.48%35.49%-
HSV(B)83.01º84.71%61.57%-
XYZ18.1727.245.17-
YUV126.5970.1113.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 157 (61.72% from 255) = 54.70%
BLUE value IS 24 (9.77% from 255) = 8.36%
R=36.93%
G=54.70%
B=8.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106157240.3200.850.3883.0173.4835.49
Hex6A9D182005526534923
Octal152235304001254612311143
Binary110101010011101110001000000101010110011010100111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,157,24); }

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

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

 a { background-color: rgb(106,157,24); }

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

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

 span { border-color: rgb(106,157,24); }

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