#6A980A

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

Shades of Olive Drab #6A980A

Tints of Olive Drab #6A980A

Color information

#6A980A (or 0x6A980A) is unknown color: approx Olive Drab. HEX triplet: 6A, 98 and 0A. RGB value is (106,152,10). Sum of RGB (Red+Green+Blue) = 106+152+10=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #6A980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A980A is #9567F5. Grayscale: #7A7A7A. Windows color (decimal): -9791478 or 694378. OLE color: 694378.

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

Color convert

RGB10615210-
CMYK0.3000.930.40
HSL79.44º87.65%31.76%-
HSV(B)79.44º93.42%59.61%-
XYZ17.2325.544.31-
YUV122.0664.76116.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.55%
GREEN value IS 152 (59.77% from 255) = 56.72%
BLUE value IS 10 (4.30% from 255) = 3.73%
R=39.55%
G=56.72%
B=3.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106152100.3000.930.4079.4487.6531.76
Hex6A98A1E05D284f5820
Octal152230123601355011713040
Binary1101010100110001010111100101110110100010011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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