#75772B

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

Shades of Olivetone #75772B

Tints of Olivetone #75772B

Color information

#75772B (or 0x75772B) is unknown color: approx Olivetone. HEX triplet: 75, 77 and 2B. RGB value is (117,119,43). Sum of RGB (Red+Green+Blue) = 117+119+43=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #75772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75772B is #8A88D4. Grayscale: #6E6E6E. Windows color (decimal): -9078997 or 2848629. OLE color: 2848629.

HSL color Cylindrical-coordinate representation of color #75772B: hue angle of 61.58º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75772B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB11711943-
CMYK0.0200.640.53
HSL61.58º46.91%31.76%-
HSV(B)61.58º63.87%46.67%-
XYZ14.3717.154.84-
YUV109.7490.34133.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=41.94%
G=42.65%
B=15.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119430.0200.640.5361.5846.9131.76
Hex75772B2040353e2f20
Octal165167532010065765740
Binary111010111101111010111001000000110101111110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75772B; }

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

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

<style>
 a { background-color: #75772B; }

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

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

<style>
 span { border-color: #75772B; }

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

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