Html Css Color HEX #908865 Granite Green

📋 copy color: '#908865'

red 144 ◦ green 136 ◦ blue 101

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

Shades of Granite Green #908865

Tints of Granite Green #908865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.7%

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 37.8%
G = 35.7%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#908865 (or 0x908865) is known color: Granite Green. HEX triplet: 90, 88 and 65. RGB value is (144,136,101). Sum of RGB (Red+Green+Blue) = 144+136+101=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #908865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908865 is #6F779A. Grayscale: #868686. Windows color (decimal): -7305115 or 6654096. OLE color: 6654096.

HSL color Cylindrical-coordinate representation of color #908865: hue angle of 48.84º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908865 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 136 101 -
CMYK 0 0.06 0.30 0.44
HSL 48.84º 0.18% 0.48% -
HSV(B) 48.84º 0.3% 0.56% -
XYZ 22.65 24.48 15.84 -
YUV 134.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 144 136 101 0 0.06 0.30 0.44 48.84 0.18 0.48
Hex 90 88 65 0 6 1E 2C 31 12 30
Octal 220 210 145 0 6 36 54 61 22 60
Binary 10010000 10001000 1100101 0 110 11110 101100 110001 10010 110000

Color Harmonies of #908865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908865

Black with #908865

Text Example


Text Example

White with #908865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908865; }

 p { color: rgb(144,136,101); }

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

background-color css

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

 a { background-color: rgb(144,136,101); }

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

border-color css

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

 span { border-color: rgb(144,136,101); }

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