#947A09

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

Shades of Olive #947A09

Tints of Olive #947A09

Color information

#947A09 (or 0x947A09) is unknown color: approx Olive. HEX triplet: 94, 7A and 09. RGB value is (148,122,9). Sum of RGB (Red+Green+Blue) = 148+122+9=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #947A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A09 is #6B85F6. Grayscale: #757575. Windows color (decimal): -7046647 or 621204. OLE color: 621204.

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

Color convert

RGB1481229-
CMYK00.180.940.42
HSL48.78º88.54%30.78%-
HSV(B)48.78º93.92%58.04%-
XYZ19.2220.233.15-
YUV116.8967.11150.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=53.05%
G=43.73%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148122900.180.940.4248.7888.5430.78
Hex947A90125E2A31591f
Octal22417211022136526113137
Binary10010100111101010010100101011110101010110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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