#74790C

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

Shades of Olive #74790C

Tints of Olive #74790C

Color information

#74790C (or 0x74790C) is unknown color: approx Olive. HEX triplet: 74, 79 and 0C. RGB value is (116,121,12). Sum of RGB (Red+Green+Blue) = 116+121+12=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #74790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74790C is #8B86F3. Grayscale: #6B6B6B. Windows color (decimal): -9144052 or 817524. OLE color: 817524.

HSL color Cylindrical-coordinate representation of color #74790C: hue angle of 62.75º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74790C is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB11612112-
CMYK0.0400.900.53
HSL62.75º81.95%26.08%-
HSV(B)62.75º90.08%47.45%-
XYZ14.1117.412.97-
YUV107.0874.34134.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=46.59%
G=48.59%
B=4.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121120.0400.900.5362.7581.9526.08
Hex7479C405A353f521a
Octal1641711440132657712232
Binary11101001111001110010001011010110101111111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74790C; }

 p { color: rgb(116,121,12); }

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

<style>
 a { background-color: #74790C; }

 a { background-color: rgb(116,121,12); }

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

<style>
 span { border-color: #74790C; }

 span { border-color: rgb(116,121,12); }

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