#6B9812

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

Shades of Olive Drab #6B9812

Tints of Olive Drab #6B9812

Color information

#6B9812 (or 0x6B9812) is unknown color: approx Olive Drab. HEX triplet: 6B, 98 and 12. RGB value is (107,152,18). Sum of RGB (Red+Green+Blue) = 107+152+18=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9812 is #9467ED. Grayscale: #7B7B7B. Windows color (decimal): -9725934 or 1218667. OLE color: 1218667.

HSL color Cylindrical-coordinate representation of color #6B9812: hue angle of 80.15º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B9812 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB10715218-
CMYK0.3000.880.40
HSL80.15º78.82%33.33%-
HSV(B)80.15º88.16%59.61%-
XYZ17.425.634.6-
YUV123.2768.59116.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.63%
GREEN value IS 152 (59.77% from 255) = 54.87%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=38.63%
G=54.87%
B=6.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107152180.3000.880.4080.1578.8233.33
Hex6B98121E05828504f21
Octal153230223601305012011741
Binary11010111001100010010111100101100010100010100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,152,18); }

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

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

 a { background-color: rgb(107,152,18); }

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

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

 span { border-color: rgb(107,152,18); }

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