#69735B

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

Shades of Willow Grove #69735B

Tints of Willow Grove #69735B

Color information

#69735B (or 0x69735B) is unknown color: approx Willow Grove. HEX triplet: 69, 73 and 5B. RGB value is (105,115,91). Sum of RGB (Red+Green+Blue) = 105+115+91=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #69735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69735B is #968CA4. Grayscale: #6D6D6D. Windows color (decimal): -9866405 or 5993321. OLE color: 5993321.

HSL color Cylindrical-coordinate representation of color #69735B: hue angle of 85º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69735B is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB10511591-
CMYK0.0900.210.55
HSL85º11.65%40.39%-
HSV(B)85º20.87%45.1%-
XYZ13.8416.0212.26-
YUV109.27117.69124.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=33.76%
G=36.98%
B=29.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115910.0900.210.558511.6540.39
Hex69735B90153755c28
Octal15116313311025671251450
Binary110100111100111011011100101010111011110101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,115,91); }

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

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

 a { background-color: rgb(105,115,91); }

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

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

 span { border-color: rgb(105,115,91); }

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