#6B9205

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

Shades of Olive Drab #6B9205

Tints of Olive Drab #6B9205

Color information

#6B9205 (or 0x6B9205) is unknown color: approx Olive Drab. HEX triplet: 6B, 92 and 05. RGB value is (107,146,5). Sum of RGB (Red+Green+Blue) = 107+146+5=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9205 is #946DFA. Grayscale: #767676. Windows color (decimal): -9727483 or 365163. OLE color: 365163.

HSL color Cylindrical-coordinate representation of color #6B9205: hue angle of 76.6º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B9205 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1071465-
CMYK0.2700.970.43
HSL76.6º93.38%29.61%-
HSV(B)76.6º96.58%57.25%-
XYZ16.3723.693.85-
YUV118.2664.08119.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.47%
GREEN value IS 146 (57.42% from 255) = 56.59%
BLUE value IS 5 (2.34% from 255) = 1.94%
R=41.47%
G=56.59%
B=1.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10714650.2700.970.4376.693.3829.61
Hex6B9251B0612B4d5d1e
Octal15322253301415311513536
Binary11010111001001010111011011000011010111001101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,146,5); }

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

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

 a { background-color: rgb(107,146,5); }

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

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

 span { border-color: rgb(107,146,5); }

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