#6C962F

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

Shades of Olive Drab #6C962F

Tints of Olive Drab #6C962F

Color information

#6C962F (or 0x6C962F) is unknown color: approx Olive Drab. HEX triplet: 6C, 96 and 2F. RGB value is (108,150,47). Sum of RGB (Red+Green+Blue) = 108+150+47=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #6C962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C962F is #9369D0. Grayscale: #7E7E7E. Windows color (decimal): -9660881 or 3118700. OLE color: 3118700.

HSL color Cylindrical-coordinate representation of color #6C962F: hue angle of 84.47º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C962F is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB10815047-
CMYK0.2800.690.41
HSL84.47º52.28%38.63%-
HSV(B)84.47º68.67%58.82%-
XYZ17.625.216.63-
YUV125.783.59115.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 47 (18.75% from 255) = 15.41%
R=35.41%
G=49.18%
B=15.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108150470.2800.690.4184.4752.2838.63
Hex6C962F1C04529543427
Octal15422657340105511246447
Binary11011001001011010111111100010001011010011010100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,150,47); }

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

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

 a { background-color: rgb(108,150,47); }

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

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

 span { border-color: rgb(108,150,47); }

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