#927A02

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

Shades of Olive #927A02

Tints of Olive #927A02

Color information

#927A02 (or 0x927A02) is unknown color: approx Olive. HEX triplet: 92, 7A and 02. RGB value is (146,122,2). Sum of RGB (Red+Green+Blue) = 146+122+2=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #927A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927A02 is #6D85FD. Grayscale: #737373. Windows color (decimal): -7177726 or 162450. OLE color: 162450.

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

Color convert

RGB1461222-
CMYK00.160.990.43
HSL50º97.3%29.02%-
HSV(B)50º98.63%57.25%-
XYZ18.8220.032.93-
YUV115.563.95149.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.07%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=54.07%
G=45.19%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146122200.160.990.435097.329.02
Hex927A2010632B32611d
Octal2221722020143536214135
Binary100100101111010100100001100011101011110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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