#6B9218

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

Shades of Olive Drab #6B9218

Tints of Olive Drab #6B9218

Color information

#6B9218 (or 0x6B9218) is unknown color: approx Olive Drab. HEX triplet: 6B, 92 and 18. RGB value is (107,146,24). Sum of RGB (Red+Green+Blue) = 107+146+24=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9218 is #946DE7. Grayscale: #787878. Windows color (decimal): -9727464 or 1610347. OLE color: 1610347.

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

Color convert

RGB10714624-
CMYK0.2700.840.43
HSL79.18º71.76%33.33%-
HSV(B)79.18º83.56%57.25%-
XYZ16.5123.754.58-
YUV120.4373.58118.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.63%
GREEN value IS 146 (57.42% from 255) = 52.71%
BLUE value IS 24 (9.77% from 255) = 8.66%
R=38.63%
G=52.71%
B=8.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107146240.2700.840.4379.1871.7633.33
Hex6B92181B0542B4f4821
Octal153222303301245311711041
Binary11010111001001011000110110101010010101110011111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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