#74760E

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

Shades of Olive #74760E

Tints of Olive #74760E

Color information

#74760E (or 0x74760E) is unknown color: approx Olive. HEX triplet: 74, 76 and 0E. RGB value is (116,118,14). Sum of RGB (Red+Green+Blue) = 116+118+14=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #74760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74760E is #8B89F1. Grayscale: #696969. Windows color (decimal): -9144818 or 947828. OLE color: 947828.

HSL color Cylindrical-coordinate representation of color #74760E: hue angle of 61.15º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74760E is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB11611814-
CMYK0.0200.880.54
HSL61.15º78.79%25.88%-
HSV(B)61.15º88.14%46.27%-
XYZ13.7616.72.91-
YUV105.5576.34135.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 14 (5.86% from 255) = 5.65%
R=46.77%
G=47.58%
B=5.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118140.0200.880.5461.1578.7925.88
Hex7476E2058363d4f1a
Octal1641661620130667511732
Binary1110100111011011101001011000110110111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74760E; }

 p { color: rgb(116,118,14); }

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

<style>
 a { background-color: #74760E; }

 a { background-color: rgb(116,118,14); }

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

<style>
 span { border-color: #74760E; }

 span { border-color: rgb(116,118,14); }

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