#6B9125

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

Shades of Olive Drab #6B9125

Tints of Olive Drab #6B9125

Color information

#6B9125 (or 0x6B9125) is unknown color: approx Olive Drab. HEX triplet: 6B, 91 and 25. RGB value is (107,145,37). Sum of RGB (Red+Green+Blue) = 107+145+37=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9125 is #946EDA. Grayscale: #797979. Windows color (decimal): -9727707 or 2462059. OLE color: 2462059.

HSL color Cylindrical-coordinate representation of color #6B9125: hue angle of 81.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B9125 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB10714537-
CMYK0.2600.740.43
HSL81.11º59.34%35.69%-
HSV(B)81.11º74.48%56.86%-
XYZ16.5223.515.42-
YUV121.3380.41117.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.02%
GREEN value IS 145 (57.03% from 255) = 50.17%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=37.02%
G=50.17%
B=12.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107145370.2600.740.4381.1159.3435.69
Hex6B91251A04A2B513b24
Octal15322145320112531217344
Binary11010111001000110010111010010010101010111010001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,145,37); }

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

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

 a { background-color: rgb(107,145,37); }

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

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

 span { border-color: rgb(107,145,37); }

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