Html Css Color HEX #90875E Granite Green

📋 copy color: '#90875E'

red 144 ◦ green 135 ◦ blue 94

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

Shades of Granite Green #90875E

Tints of Granite Green #90875E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.2%

R = 38.61%
G = 36.19%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90875E (or 0x90875E) is known color: Granite Green. HEX triplet: 90, 87 and 5E. RGB value is (144,135,94). Sum of RGB (Red+Green+Blue) = 144+135+94=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #90875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90875E is #6F78A1. Grayscale: #858585. Windows color (decimal): -7305378 or 6195088. OLE color: 6195088.

HSL color Cylindrical-coordinate representation of color #90875E: hue angle of 49.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90875E is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 135 94 -
CMYK 0 0.06 0.35 0.44
HSL 49.2º 0.21% 0.47% -
HSV(B) 49.2º 0.35% 0.56% -
XYZ 22.19 24.07 14.07 -
YUV 133.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 144 135 94 0 0.06 0.35 0.44 49.2 0.21 0.47
Hex 90 87 5E 0 6 23 2C 31 15 2F
Octal 220 207 136 0 6 43 54 61 25 57
Binary 10010000 10000111 1011110 0 110 100011 101100 110001 10101 101111

Color Harmonies of #90875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90875E

Black with #90875E

Text Example


Text Example

White with #90875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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