Html Css Color HEX #908760 Granite Green

📋 copy color: '#908760'

red 144 ◦ green 135 ◦ blue 96

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

Shades of Granite Green #908760

Tints of Granite Green #908760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 38.4%
G = 36%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#908760 (or 0x908760) is known color: Granite Green. HEX triplet: 90, 87 and 60. RGB value is (144,135,96). Sum of RGB (Red+Green+Blue) = 144+135+96=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 144 - color contains mainly: red. Hex color #908760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908760 is #6F789F. Grayscale: #858585. Windows color (decimal): -7305376 or 6326160. OLE color: 6326160.

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

Color convert

RGB 144 135 96 -
CMYK 0 0.06 0.33 0.44
HSL 48.75º 0.2% 0.47% -
HSV(B) 48.75º 0.33% 0.56% -
XYZ 22.28 24.1 14.54 -
YUV 133.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 144 135 96 0 0.06 0.33 0.44 48.75 0.2 0.47
Hex 90 87 60 0 6 21 2C 31 14 2F
Octal 220 207 140 0 6 41 54 61 24 57
Binary 10010000 10000111 1100000 0 110 100001 101100 110001 10100 101111

Color Harmonies of #908760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908760

Black with #908760

Text Example


Text Example

White with #908760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908760; }

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

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

background-color css

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

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

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

border-color css

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

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

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