#947C09

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

Shades of Olive #947C09

Tints of Olive #947C09

Color information

#947C09 (or 0x947C09) is unknown color: approx Olive. HEX triplet: 94, 7C and 09. RGB value is (148,124,9). Sum of RGB (Red+Green+Blue) = 148+124+9=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #947C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C09 is #6B83F6. Grayscale: #767676. Windows color (decimal): -7046135 or 621716. OLE color: 621716.

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

Color convert

RGB1481249-
CMYK00.160.940.42
HSL49.64º88.54%30.78%-
HSV(B)49.64º93.92%58.04%-
XYZ19.4720.733.23-
YUV118.0766.45149.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.67%
GREEN value IS 124 (48.83% from 255) = 44.13%
BLUE value IS 9 (3.91% from 255) = 3.20%
R=52.67%
G=44.13%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148124900.160.940.4249.6488.5430.78
Hex947C90105E2A32591f
Octal22417411020136526213137
Binary10010100111110010010100001011110101010110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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