#6B980C

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

Shades of Olive Drab #6B980C

Tints of Olive Drab #6B980C

Color information

#6B980C (or 0x6B980C) is unknown color: approx Olive Drab. HEX triplet: 6B, 98 and 0C. RGB value is (107,152,12). Sum of RGB (Red+Green+Blue) = 107+152+12=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #6B980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B980C is #9467F3. Grayscale: #7B7B7B. Windows color (decimal): -9725940 or 825451. OLE color: 825451.

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

Color convert

RGB10715212-
CMYK0.3000.920.40
HSL79.29º85.37%32.16%-
HSV(B)79.29º92.11%59.61%-
XYZ17.3625.614.38-
YUV122.5865.59116.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.48%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 12 (5.08% from 255) = 4.43%
R=39.48%
G=56.09%
B=4.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107152120.3000.920.4079.2985.3732.16
Hex6B98C1E05C284f5520
Octal153230143601345011712540
Binary1101011100110001100111100101110010100010011111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B980C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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