#6B8A0C

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

Shades of Olive Drab #6B8A0C

Tints of Olive Drab #6B8A0C

Color information

#6B8A0C (or 0x6B8A0C) is unknown color: approx Olive Drab. HEX triplet: 6B, 8A and 0C. RGB value is (107,138,12). Sum of RGB (Red+Green+Blue) = 107+138+12=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8A0C is #9475F3. Grayscale: #727272. Windows color (decimal): -9729524 or 821867. OLE color: 821867.

HSL color Cylindrical-coordinate representation of color #6B8A0C: hue angle of 74.76º 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 #6B8A0C is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB10713812-
CMYK0.2200.910.46
HSL74.76º84%29.41%-
HSV(B)74.76º91.3%54.12%-
XYZ15.2221.333.66-
YUV114.3770.23122.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.63%
GREEN value IS 138 (54.30% from 255) = 53.70%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=41.63%
G=53.70%
B=4.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107138120.2200.910.4674.768429.41
Hex6B8AC1605B2E4b541d
Octal153212142601335611312435
Binary110101110001010110010110010110111011101001011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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