#928006

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

Shades of Olive #928006

Tints of Olive #928006

Color information

#928006 (or 0x928006) is unknown color: approx Olive. HEX triplet: 92, 80 and 06. RGB value is (146,128,6). Sum of RGB (Red+Green+Blue) = 146+128+6=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #928006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928006 is #6D7FF9. Grayscale: #777777. Windows color (decimal): -7176186 or 426130. OLE color: 426130.

HSL color Cylindrical-coordinate representation of color #928006: hue angle of 52.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #928006 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB1461286-
CMYK00.120.960.43
HSL52.29º92.11%29.8%-
HSV(B)52.29º95.89%57.25%-
XYZ19.6121.563.3-
YUV119.4763.96146.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.14%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=52.14%
G=45.71%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146128600.120.960.4352.2992.1129.8
Hex928060C602B345c1e
Octal2222006014140536413436
Binary1001001010000000110011001100000101011110100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928006; }

 p { color: rgb(146,128,6); }

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

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

 a { background-color: rgb(146,128,6); }

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

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

 span { border-color: rgb(146,128,6); }

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