#927B06

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

Shades of Olive #927B06

Tints of Olive #927B06

Color information

#927B06 (or 0x927B06) is unknown color: approx Olive. HEX triplet: 92, 7B and 06. RGB value is (146,123,6). Sum of RGB (Red+Green+Blue) = 146+123+6=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #927B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927B06 is #6D84F9. Grayscale: #757575. Windows color (decimal): -7177466 or 424850. OLE color: 424850.

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

Color convert

RGB1461236-
CMYK00.160.960.43
HSL50.14º92.11%29.8%-
HSV(B)50.14º95.89%57.25%-
XYZ18.9720.293.09-
YUV116.5465.62149.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 123 (48.44% from 255) = 44.73%
BLUE value IS 6 (2.73% from 255) = 2.18%
R=53.09%
G=44.73%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146123600.160.960.4350.1492.1129.8
Hex927B6010602B325c1e
Octal2221736020140536213436
Binary1001001011110111100100001100000101011110010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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