#6B9228

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

Shades of Olive Drab #6B9228

Tints of Olive Drab #6B9228

Color information

#6B9228 (or 0x6B9228) is unknown color: approx Olive Drab. HEX triplet: 6B, 92 and 28. RGB value is (107,146,40). Sum of RGB (Red+Green+Blue) = 107+146+40=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9228 is #946DD7. Grayscale: #7A7A7A. Windows color (decimal): -9727448 or 2658923. OLE color: 2658923.

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

Color convert

RGB10714640-
CMYK0.2700.730.43
HSL82.08º56.99%36.47%-
HSV(B)82.08º72.6%57.25%-
XYZ16.7323.845.73-
YUV122.2681.58117.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.52%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=36.52%
G=49.83%
B=13.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107146400.2700.730.4382.0856.9936.47
Hex6B92281B0492B523924
Octal15322250330111531227144
Binary11010111001001010100011011010010011010111010010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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