#927F04

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

Shades of Olive #927F04

Tints of Olive #927F04

Color information

#927F04 (or 0x927F04) is unknown color: approx Olive. HEX triplet: 92, 7F and 04. RGB value is (146,127,4). Sum of RGB (Red+Green+Blue) = 146+127+4=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #927F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927F04 is #6D80FB. Grayscale: #777777. Windows color (decimal): -7176444 or 294802. OLE color: 294802.

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

Color convert

RGB1461274-
CMYK00.130.970.43
HSL51.97º94.67%29.41%-
HSV(B)51.97º97.26%57.25%-
XYZ19.4721.33.2-
YUV118.6663.29147.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 4 (1.95% from 255) = 1.44%
R=52.71%
G=45.85%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146127400.130.970.4351.9794.6729.41
Hex927F40D612B345f1d
Octal2221774015141536413735
Binary100100101111111100011011100001101011110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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