#75771F

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

Shades of Olivetone #75771F

Tints of Olivetone #75771F

Color information

#75771F (or 0x75771F) is unknown color: approx Olivetone. HEX triplet: 75, 77 and 1F. RGB value is (117,119,31). Sum of RGB (Red+Green+Blue) = 117+119+31=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #75771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75771F is #8A88E0. Grayscale: #6C6C6C. Windows color (decimal): -9079009 or 2062197. OLE color: 2062197.

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

Color convert

RGB11711931-
CMYK0.0200.740.53
HSL61.36º58.67%29.41%-
HSV(B)61.36º73.95%46.67%-
XYZ14.1817.073.84-
YUV108.3784.34134.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 31 (12.5% from 255) = 11.61%
R=43.82%
G=44.57%
B=11.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119310.0200.740.5361.3658.6729.41
Hex75771F204A353d3b1d
Octal165167372011265757335
Binary1110101111011111111100100101011010111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75771F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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