#74771D

Color #74771D Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #74771D

Tints of Olivetone #74771D

Color information

#74771D (or 0x74771D) is unknown color: approx Olivetone. HEX triplet: 74, 77 and 1D. RGB value is (116,119,29). Sum of RGB (Red+Green+Blue) = 116+119+29=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #74771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74771D is #8B88E2. Grayscale: #6C6C6C. Windows color (decimal): -9144547 or 1931124. OLE color: 1931124.

HSL color Cylindrical-coordinate representation of color #74771D: hue angle of 62º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74771D is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11611929-
CMYK0.0300.760.53
HSL62º60.81%29.02%-
HSV(B)62º75.63%46.67%-
XYZ14.02173.7-
YUV107.8483.51133.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 29 (11.72% from 255) = 10.98%
R=43.94%
G=45.08%
B=10.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119290.0300.760.536260.8129.02
Hex74771D304C353e3d1d
Octal164167353011465767535
Binary1110100111011111101110100110011010111111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74771D; }

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

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

<style>
 a { background-color: #74771D; }

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

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

<style>
 span { border-color: #74771D; }

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

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