Html Css Color HEX #888069 Granite Green

📋 copy color: '#888069'

red 136 ◦ green 128 ◦ blue 105

#888069
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #888069

Tints of Granite Green #888069

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 value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#888069 (or 0x888069) is known color: 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

RGB 136 128 105 -
CMYK 0 0.06 0.23 0.47
HSL 44.52º 0.13% 0.47% -
HSV(B) 44.52º 0.23% 0.53% -
XYZ 20.42 21.69 16.48 -
YUV 127.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 136 128 105 0 0.06 0.23 0.47 44.52 0.13 0.47
Hex 88 80 69 0 6 17 2F 2D D 2F
Octal 210 200 151 0 6 27 57 55 15 57
Binary 10001000 10000000 1101001 0 110 10111 101111 101101 1101 101111

Color Harmonies of #888069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888069

Black with #888069

Text Example


Text Example

White with #888069

Text Example


Text Example

HTML Codes & Css Web 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>