#927A09

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

Shades of Olive #927A09

Tints of Olive #927A09

Color information

#927A09 (or 0x927A09) is unknown color: approx Olive. HEX triplet: 92, 7A and 09. RGB value is (146,122,9). Sum of RGB (Red+Green+Blue) = 146+122+9=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #927A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927A09 is #6D85F6. Grayscale: #747474. Windows color (decimal): -7177719 or 621202. OLE color: 621202.

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

Color convert

RGB1461229-
CMYK00.160.940.43
HSL49.49º88.39%30.39%-
HSV(B)49.49º93.84%57.25%-
XYZ18.8620.053.13-
YUV116.2967.45149.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 9 (3.91% from 255) = 3.25%
R=52.71%
G=44.04%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146122900.160.940.4349.4988.3930.39
Hex927A90105E2B31581e
Octal22217211020136536113036
Binary10010010111101010010100001011110101011110001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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