#75771D

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

Shades of Olivetone #75771D

Tints of Olivetone #75771D

Color information

#75771D (or 0x75771D) is unknown color: approx Olivetone. HEX triplet: 75, 77 and 1D. RGB value is (117,119,29). Sum of RGB (Red+Green+Blue) = 117+119+29=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #75771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75771D is #8A88E2. Grayscale: #6C6C6C. Windows color (decimal): -9079011 or 1931125. OLE color: 1931125.

HSL color Cylindrical-coordinate representation of color #75771D: hue angle of 61.33º 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 #75771D is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11711929-
CMYK0.0200.760.53
HSL61.33º60.81%29.02%-
HSV(B)61.33º75.63%46.67%-
XYZ14.1517.063.71-
YUV108.1483.34134.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=44.15%
G=44.91%
B=10.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119290.0200.760.5361.3360.8129.02
Hex75771D204C353d3d1d
Octal165167352011465757535
Binary1110101111011111101100100110011010111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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