#6A8A0C

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

Shades of Olive Drab #6A8A0C

Tints of Olive Drab #6A8A0C

Color information

#6A8A0C (or 0x6A8A0C) is unknown color: approx Olive Drab. HEX triplet: 6A, 8A and 0C. RGB value is (106,138,12). Sum of RGB (Red+Green+Blue) = 106+138+12=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8A0C is #9575F3. Grayscale: #727272. Windows color (decimal): -9795060 or 821866. OLE color: 821866.

HSL color Cylindrical-coordinate representation of color #6A8A0C: hue angle of 75.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A8A0C is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB10613812-
CMYK0.2300.910.46
HSL75.24º84%29.41%-
HSV(B)75.24º91.3%54.12%-
XYZ15.121.273.66-
YUV114.0770.4122.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 138 (54.30% from 255) = 53.91%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=41.41%
G=53.91%
B=4.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106138120.2300.910.4675.248429.41
Hex6A8AC1705B2E4b541d
Octal152212142701335611312435
Binary110101010001010110010111010110111011101001011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,138,12); }

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

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

 a { background-color: rgb(106,138,12); }

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

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

 span { border-color: rgb(106,138,12); }

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