Html Css Color HEX #90886F Granite Green

📋 copy color: '#90886F'

red 144 ◦ green 136 ◦ blue 111

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

Shades of Granite Green #90886F

Tints of Granite Green #90886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.39%

R = 36.83%
G = 34.78%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90886F (or 0x90886F) is known color: Granite Green. HEX triplet: 90, 88 and 6F. RGB value is (144,136,111). Sum of RGB (Red+Green+Blue) = 144+136+111=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #90886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90886F is #6F7790. Grayscale: #878787. Windows color (decimal): -7305105 or 7309456. OLE color: 7309456.

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

Color convert

RGB 144 136 111 -
CMYK 0 0.06 0.23 0.44
HSL 45.45º 0.13% 0.5% -
HSV(B) 45.45º 0.23% 0.56% -
XYZ 23.18 24.69 18.58 -
YUV 135.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 144 136 111 0 0.06 0.23 0.44 45.45 0.13 0.5
Hex 90 88 6F 0 6 17 2C 2D D 32
Octal 220 210 157 0 6 27 54 55 15 62
Binary 10010000 10001000 1101111 0 110 10111 101100 101101 1101 110010

Color Harmonies of #90886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90886F

Black with #90886F

Text Example


Text Example

White with #90886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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