#947A05

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

Shades of Olive #947A05

Tints of Olive #947A05

Color information

#947A05 (or 0x947A05) is unknown color: approx Olive. HEX triplet: 94, 7A and 05. RGB value is (148,122,5). Sum of RGB (Red+Green+Blue) = 148+122+5=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #947A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A05 is #6B85FA. Grayscale: #747474. Windows color (decimal): -7046651 or 359060. OLE color: 359060.

HSL color Cylindrical-coordinate representation of color #947A05: hue angle of 49.09º 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 #947A05 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1481225-
CMYK00.180.970.42
HSL49.09º93.46%30%-
HSV(B)49.09º96.62%58.04%-
XYZ19.220.233.04-
YUV116.4465.11150.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.82%
GREEN value IS 122 (48.05% from 255) = 44.36%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=53.82%
G=44.36%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148122500.180.970.4249.0993.4630
Hex947A5012612A315d1e
Octal2241725022141526113536
Binary1001010011110101010100101100001101010110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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