#75835B

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

Shades of Willow Grove #75835B

Tints of Willow Grove #75835B

Color information

#75835B (or 0x75835B) is unknown color: approx Willow Grove. HEX triplet: 75, 83 and 5B. RGB value is (117,131,91). Sum of RGB (Red+Green+Blue) = 117+131+91=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #75835B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75835B is #8A7CA4. Grayscale: #7A7A7A. Windows color (decimal): -9075877 or 5997429. OLE color: 5997429.

HSL color Cylindrical-coordinate representation of color #75835B: hue angle of 81º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75835B is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB11713191-
CMYK0.1100.310.49
HSL81º18.02%43.53%-
HSV(B)81º30.53%51.37%-
XYZ17.3420.7712.99-
YUV122.25110.36124.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=34.51%
G=38.64%
B=26.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131910.1100.310.498118.0243.53
Hex75835BB01F3151122c
Octal16520313313037611212254
Binary11101011000001110110111011011111110001101000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,131,91); }

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

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

 a { background-color: rgb(117,131,91); }

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

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

 span { border-color: rgb(117,131,91); }

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