Html Css Color HEX #90876A Granite Green

📋 copy color: '#90876A'

red 144 ◦ green 135 ◦ blue 106

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

Shades of Granite Green #90876A

Tints of Granite Green #90876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.53%

R = 37.4%
G = 35.06%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90876A (or 0x90876A) is known color: Granite Green. HEX triplet: 90, 87 and 6A. RGB value is (144,135,106). Sum of RGB (Red+Green+Blue) = 144+135+106=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90876A is #6F7895. Grayscale: #868686. Windows color (decimal): -7305366 or 6981520. OLE color: 6981520.

HSL color Cylindrical-coordinate representation of color #90876A: hue angle of 45.79º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90876A is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 135 106 -
CMYK 0 0.06 0.26 0.44
HSL 45.79º 0.15% 0.49% -
HSV(B) 45.79º 0.26% 0.56% -
XYZ 22.77 24.3 17.13 -
YUV 134.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 144 135 106 0 0.06 0.26 0.44 45.79 0.15 0.49
Hex 90 87 6A 0 6 1A 2C 2E F 31
Octal 220 207 152 0 6 32 54 56 17 61
Binary 10010000 10000111 1101010 0 110 11010 101100 101110 1111 110001

Color Harmonies of #90876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90876A

Black with #90876A

Text Example


Text Example

White with #90876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90876A; }

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

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

background-color css

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

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

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

border-color css

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

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

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