#74770C

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

Shades of Olive #74770C

Tints of Olive #74770C

Color information

#74770C (or 0x74770C) is unknown color: approx Olive. HEX triplet: 74, 77 and 0C. RGB value is (116,119,12). Sum of RGB (Red+Green+Blue) = 116+119+12=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #74770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74770C is #8B88F3. Grayscale: #6A6A6A. Windows color (decimal): -9144564 or 817012. OLE color: 817012.

HSL color Cylindrical-coordinate representation of color #74770C: hue angle of 61.68º 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 #74770C is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB11611912-
CMYK0.0300.900.53
HSL61.68º81.68%25.69%-
HSV(B)61.68º89.92%46.67%-
XYZ13.8716.932.89-
YUV105.975.01135.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=46.96%
G=48.18%
B=4.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119120.0300.900.5361.6881.6825.69
Hex7477C305A353e521a
Octal1641671430132657612232
Binary1110100111011111001101011010110101111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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