#927F09

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

Shades of Olive #927F09

Tints of Olive #927F09

Color information

#927F09 (or 0x927F09) is unknown color: approx Olive. HEX triplet: 92, 7F and 09. RGB value is (146,127,9). Sum of RGB (Red+Green+Blue) = 146+127+9=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #927F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927F09 is #6D80F6. Grayscale: #777777. Windows color (decimal): -7176439 or 622482. OLE color: 622482.

HSL color Cylindrical-coordinate representation of color #927F09: hue angle of 51.68º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #927F09 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB1461279-
CMYK00.130.940.43
HSL51.68º88.39%30.39%-
HSV(B)51.68º93.84%57.25%-
XYZ19.4921.313.34-
YUV119.2365.79147.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 127 (50% from 255) = 45.04%
BLUE value IS 9 (3.91% from 255) = 3.19%
R=51.77%
G=45.04%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146127900.130.940.4351.6888.3930.39
Hex927F90D5E2B34581e
Octal22217711015136536413036
Binary1001001011111111001011011011110101011110100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,127,9); }

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

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

 a { background-color: rgb(146,127,9); }

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

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

 span { border-color: rgb(146,127,9); }

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