#947A00

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

Shades of Olive #947A00

Tints of Olive #947A00

Color information

#947A00 (or 0x947A00) is unknown color: approx Olive. HEX triplet: 94, 7A and 00. RGB value is (148,122,0). Sum of RGB (Red+Green+Blue) = 148+122+0=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #947A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A00 is #6B85FF. Grayscale: #747474. Windows color (decimal): -7046656 or 31380. OLE color: 31380.

HSL color Cylindrical-coordinate representation of color #947A00: hue angle of 49.46º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #947A00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1481220-
CMYK00.1810.42
HSL49.46º100%29.02%-
HSV(B)49.46º100%58.04%-
XYZ19.1720.212.89-
YUV115.8762.61150.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.81%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.81%
G=45.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148122000.1810.4249.4610029.02
Hex947A0012642A31641d
Octal2241720022144526114435
Binary10010100111101000100101100100101010110001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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