#947f05

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

Shades of Olive #947F05

Tints of Olive #947F05

Color information

#947F05 (or 0x947F05) is unknown color: approx Olive. HEX triplet: 94, 7F and 05. RGB value is (148,127,5). Sum of RGB (Red+Green+Blue) = 148+127+5=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #947F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947F05 is #6B80FA. Grayscale: #777777. Windows color (decimal): -7045371 or 360340. OLE color: 360340.

HSL color Cylindrical-coordinate representation of color #947F05: hue angle of 51.19º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #947F05 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1481275-
CMYK00.140.970.42
HSL51.19º93.46%30%-
HSV(B)51.19º96.62%58.04%-
XYZ19.8321.493.25-
YUV119.3763.46148.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.86%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=52.86%
G=45.36%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148127500.140.970.4251.1993.4630
Hex947F50E612A335d1e
Octal2241775016141526313536
Binary100101001111111101011101100001101010110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947f05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947f05; }

 p { color: rgb(148,127,5); }

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

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

 a { background-color: rgb(148,127,5); }

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

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

 span { border-color: rgb(148,127,5); }

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