#74835B

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

Shades of Willow Grove #74835B

Tints of Willow Grove #74835B

Color information

#74835B (or 0x74835B) is unknown color: approx Willow Grove. HEX triplet: 74, 83 and 5B. RGB value is (116,131,91). Sum of RGB (Red+Green+Blue) = 116+131+91=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #74835B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74835B is #8B7CA4. Grayscale: #7A7A7A. Windows color (decimal): -9141413 or 5997428. OLE color: 5997428.

HSL color Cylindrical-coordinate representation of color #74835B: hue angle of 82.5º 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 #74835B is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB11613191-
CMYK0.1100.310.49
HSL82.5º18.02%43.53%-
HSV(B)82.5º30.53%51.37%-
XYZ17.2120.712.99-
YUV121.95110.53123.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=34.32%
G=38.76%
B=26.92%

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
Decimal116131910.1100.310.4982.518.0243.53
Hex74835BB01F3153122c
Octal16420313313037611232254
Binary11101001000001110110111011011111110001101001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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