Html Css Color HEX #908770 Granite Green

📋 copy color: '#908770'

red 144 ◦ green 135 ◦ blue 112

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

Shades of Granite Green #908770

Tints of Granite Green #908770

RGB

 RED value IS 144 (56.64% from 255) = 36.83%

 GREEN value IS 135 (53.13% from 255) = 34.53%

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 36.83%
G = 34.53%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908770 (or 0x908770) is known color: Granite Green. HEX triplet: 90, 87 and 70. RGB value is (144,135,112). Sum of RGB (Red+Green+Blue) = 144+135+112=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #908770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908770 is #6F788F. Grayscale: #878787. Windows color (decimal): -7305360 or 7374736. OLE color: 7374736.

HSL color Cylindrical-coordinate representation of color #908770: hue angle of 43.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #908770 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 135 112 -
CMYK 0 0.06 0.22 0.44
HSL 43.13º 0.13% 0.5% -
HSV(B) 43.13º 0.22% 0.56% -
XYZ 23.09 24.43 18.83 -
YUV 135.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 144 135 112 0 0.06 0.22 0.44 43.13 0.13 0.5
Hex 90 87 70 0 6 16 2C 2B D 32
Octal 220 207 160 0 6 26 54 53 15 62
Binary 10010000 10000111 1110000 0 110 10110 101100 101011 1101 110010

Color Harmonies of #908770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908770

Black with #908770

Text Example


Text Example

White with #908770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908770; }

 p { color: rgb(144,135,112); }

 H1.HeaderClassName
 {
   color: #908770;
 }
 .AnyTagClassName
 {
   color: #908770;
 }
</style>

background-color css

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

 a { background-color: rgb(144,135,112); }

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

border-color css

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

 span { border-color: rgb(144,135,112); }

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