#75771E

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

Shades of Olivetone #75771E

Tints of Olivetone #75771E

Color information

#75771E (or 0x75771E) is unknown color: approx Olivetone. HEX triplet: 75, 77 and 1E. RGB value is (117,119,30). Sum of RGB (Red+Green+Blue) = 117+119+30=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #75771E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75771E is #8A88E1. Grayscale: #6C6C6C. Windows color (decimal): -9079010 or 1996661. OLE color: 1996661.

HSL color Cylindrical-coordinate representation of color #75771E: hue angle of 61.35º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75771E is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB11711930-
CMYK0.0200.750.53
HSL61.35º59.73%29.22%-
HSV(B)61.35º74.79%46.67%-
XYZ14.1717.073.78-
YUV108.2683.84134.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 119 (46.88% from 255) = 44.74%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=43.98%
G=44.74%
B=11.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119300.0200.750.5361.3559.7329.22
Hex75771E204B353d3c1d
Octal165167362011365757435
Binary1110101111011111110100100101111010111110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,119,30); }

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

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

 a { background-color: rgb(117,119,30); }

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

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

 span { border-color: rgb(117,119,30); }

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