#927700

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

Shades of Olive #927700

Tints of Olive #927700

Color information

#927700 (or 0x927700) is unknown color: approx Olive. HEX triplet: 92, 77 and 00. RGB value is (146,119,0). Sum of RGB (Red+Green+Blue) = 146+119+0=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #927700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927700 is #6D88FF. Grayscale: #727272. Windows color (decimal): -7178496 or 30610. OLE color: 30610.

HSL color Cylindrical-coordinate representation of color #927700: hue angle of 48.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #927700 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB1461190-
CMYK00.1810.43
HSL48.9º100%28.63%-
HSV(B)48.9º100%57.25%-
XYZ18.4519.32.75-
YUV113.5163.95151.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.09%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.09%
G=44.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146119000.1810.4348.910028.63
Hex92770012642B31641d
Octal2221670022144536114435
Binary10010010111011100100101100100101011110001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927700; }

 p { color: rgb(146,119,0); }

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

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

 a { background-color: rgb(146,119,0); }

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

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

 span { border-color: rgb(146,119,0); }

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