#928C06

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

Shades of Olive #928C06

Tints of Olive #928C06

Color information

#928C06 (or 0x928C06) is unknown color: approx Olive. HEX triplet: 92, 8C and 06. RGB value is (146,140,6). Sum of RGB (Red+Green+Blue) = 146+140+6=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #928C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928C06 is #6D73F9. Grayscale: #7F7F7F. Windows color (decimal): -7173114 or 429202. OLE color: 429202.

HSL color Cylindrical-coordinate representation of color #928C06: hue angle of 57.43º 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 #928C06 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB1461406-
CMYK00.040.960.43
HSL57.43º92.11%29.8%-
HSV(B)57.43º95.89%57.25%-
XYZ21.2724.883.85-
YUV126.5259.99141.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 140 (55.08% from 255) = 47.95%
BLUE value IS 6 (2.73% from 255) = 2.05%
R=50%
G=47.95%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146140600.040.960.4357.4392.1129.8
Hex928C604602B395c1e
Octal222214604140537113436
Binary100100101000110011001001100000101011111001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928C06; }

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

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

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

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

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

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

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

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