#888069

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

Shades of Granite Green #888069

Tints of Granite Green #888069

Color information

#888069 (or 0x888069) is unknown color: approx Granite Green. HEX triplet: 88, 80 and 69. RGB value is (136,128,105). Sum of RGB (Red+Green+Blue) = 136+128+105=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #888069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888069 is #777F96. Grayscale: #7F7F7F. Windows color (decimal): -7831447 or 6914184. OLE color: 6914184.

HSL color Cylindrical-coordinate representation of color #888069: hue angle of 44.52º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #888069 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB136128105-
CMYK00.060.230.47
HSL44.52º12.86%47.25%-
HSV(B)44.52º22.79%53.33%-
XYZ20.4221.6916.48-
YUV127.77115.15133.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=36.86%
G=34.69%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612810500.060.230.4744.5212.8647.25
Hex88806906172F2dd2f
Octal210200151062757551557
Binary100010001000000011010010110101111011111011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888069; }

 p { color: rgb(136,128,105); }

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

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

 a { background-color: rgb(136,128,105); }

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

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

 span { border-color: rgb(136,128,105); }

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