#757727

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

Shades of Olivetone #757727

Tints of Olivetone #757727

Color information

#757727 (or 0x757727) is unknown color: approx Olivetone. HEX triplet: 75, 77 and 27. RGB value is (117,119,39). Sum of RGB (Red+Green+Blue) = 117+119+39=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #757727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757727 is #8A88D8. Grayscale: #6D6D6D. Windows color (decimal): -9079001 or 2586485. OLE color: 2586485.

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

Color convert

RGB11711939-
CMYK0.0200.670.53
HSL61.5º50.63%30.98%-
HSV(B)61.5º67.23%46.67%-
XYZ14.317.124.47-
YUV109.2888.34133.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=42.55%
G=43.27%
B=14.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119390.0200.670.5361.550.6330.98
Hex7577272043353e331f
Octal165167472010365766337
Binary11101011110111100111100100001111010111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757727; }

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

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

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

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

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

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

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

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