#69754F

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

Shades of Willow Grove #69754F

Tints of Willow Grove #69754F

Color information

#69754F (or 0x69754F) is unknown color: approx Willow Grove. HEX triplet: 69, 75 and 4F. RGB value is (105,117,79). Sum of RGB (Red+Green+Blue) = 105+117+79=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #69754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69754F is #968AB0. Grayscale: #6D6D6D. Windows color (decimal): -9865905 or 5207401. OLE color: 5207401.

HSL color Cylindrical-coordinate representation of color #69754F: hue angle of 78.95º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69754F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB10511779-
CMYK0.1000.320.54
HSL78.95º19.39%38.43%-
HSV(B)78.95º32.48%45.88%-
XYZ13.616.299.82-
YUV109.08111.02125.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=34.88%
G=38.87%
B=26.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117790.1000.320.5478.9519.3938.43
Hex69754FA020364f1326
Octal15116511712040661172346
Binary11010011110101100111110100100000110110100111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,117,79); }

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

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

 a { background-color: rgb(105,117,79); }

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

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

 span { border-color: rgb(105,117,79); }

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