#927C06

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

Shades of Olive #927C06

Tints of Olive #927C06

Color information

#927C06 (or 0x927C06) is unknown color: approx Olive. HEX triplet: 92, 7C and 06. RGB value is (146,124,6). Sum of RGB (Red+Green+Blue) = 146+124+6=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #927C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C06 is #6D83F9. Grayscale: #757575. Windows color (decimal): -7177210 or 425106. OLE color: 425106.

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

Color convert

RGB1461246-
CMYK00.150.960.43
HSL50.57º92.11%29.8%-
HSV(B)50.57º95.89%57.25%-
XYZ19.0920.543.13-
YUV117.1365.29148.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=52.90%
G=44.93%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146124600.150.960.4350.5792.1129.8
Hex927C60F602B335c1e
Octal2221746017140536313436
Binary100100101111100110011111100000101011110011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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