#6C8925

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

Shades of Olive Drab #6C8925

Tints of Olive Drab #6C8925

Color information

#6C8925 (or 0x6C8925) is unknown color: approx Olive Drab. HEX triplet: 6C, 89 and 25. RGB value is (108,137,37). Sum of RGB (Red+Green+Blue) = 108+137+37=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #6C8925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8925 is #9376DA. Grayscale: #757575. Windows color (decimal): -9664219 or 2460012. OLE color: 2460012.

HSL color Cylindrical-coordinate representation of color #6C8925: hue angle of 77.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C8925 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB10813737-
CMYK0.2100.730.46
HSL77.4º57.47%34.12%-
HSV(B)77.4º72.99%53.73%-
XYZ15.4621.215.03-
YUV116.9382.89121.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.30%
GREEN value IS 137 (53.91% from 255) = 48.58%
BLUE value IS 37 (14.84% from 255) = 13.12%
R=38.30%
G=48.58%
B=13.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108137370.2100.730.4677.457.4734.12
Hex6C8925150492E4d3922
Octal15421145250111561157142
Binary11011001000100110010110101010010011011101001101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,137,37); }

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

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

 a { background-color: rgb(108,137,37); }

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

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

 span { border-color: rgb(108,137,37); }

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