#6A9B1C

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

Shades of Olive Drab #6A9B1C

Tints of Olive Drab #6A9B1C

Color information

#6A9B1C (or 0x6A9B1C) is unknown color: approx Olive Drab. HEX triplet: 6A, 9B and 1C. RGB value is (106,155,28). Sum of RGB (Red+Green+Blue) = 106+155+28=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #6A9B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9B1C is #9564E3. Grayscale: #7E7E7E. Windows color (decimal): -9790692 or 1874794. OLE color: 1874794.

HSL color Cylindrical-coordinate representation of color #6A9B1C: hue angle of 83.15º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A9B1C is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB10615528-
CMYK0.3200.820.39
HSL83.15º69.4%35.88%-
HSV(B)83.15º81.94%60.78%-
XYZ17.8726.595.29-
YUV125.8772.77113.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 155 (60.94% from 255) = 53.63%
BLUE value IS 28 (11.33% from 255) = 9.69%
R=36.68%
G=53.63%
B=9.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106155280.3200.820.3983.1569.435.88
Hex6A9B1C2005227534524
Octal152233344001224712310544
Binary110101010011011111001000000101001010011110100111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,155,28); }

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

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

 a { background-color: rgb(106,155,28); }

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

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

 span { border-color: rgb(106,155,28); }

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