#6A9812

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

Shades of Olive Drab #6A9812

Tints of Olive Drab #6A9812

Color information

#6A9812 (or 0x6A9812) is unknown color: approx Olive Drab. HEX triplet: 6A, 98 and 12. RGB value is (106,152,18). Sum of RGB (Red+Green+Blue) = 106+152+18=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9812 is #9567ED. Grayscale: #7B7B7B. Windows color (decimal): -9791470 or 1218666. OLE color: 1218666.

HSL color Cylindrical-coordinate representation of color #6A9812: hue angle of 80.6º 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 #6A9812 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB10615218-
CMYK0.3000.880.40
HSL80.6º78.82%33.33%-
HSV(B)80.6º88.16%59.61%-
XYZ17.2825.564.6-
YUV122.9768.76115.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 152 (59.77% from 255) = 55.07%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=38.41%
G=55.07%
B=6.52%

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
Decimal106152180.3000.880.4080.678.8233.33
Hex6A98121E05828514f21
Octal152230223601305012111741
Binary11010101001100010010111100101100010100010100011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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