Html Css Color HEX #908762 Granite Green

📋 copy color: '#908762'

red 144 ◦ green 135 ◦ blue 98

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

Shades of Granite Green #908762

Tints of Granite Green #908762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.99%

R = 38.2%
G = 35.81%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#908762 (or 0x908762) is known color: Granite Green. HEX triplet: 90, 87 and 62. RGB value is (144,135,98). Sum of RGB (Red+Green+Blue) = 144+135+98=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #908762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908762 is #6F789D. Grayscale: #858585. Windows color (decimal): -7305374 or 6457232. OLE color: 6457232.

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

Color convert

RGB 144 135 98 -
CMYK 0 0.06 0.32 0.44
HSL 48.26º 0.19% 0.47% -
HSV(B) 48.26º 0.32% 0.56% -
XYZ 22.37 24.14 15.04 -
YUV 133.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 144 135 98 0 0.06 0.32 0.44 48.26 0.19 0.47
Hex 90 87 62 0 6 20 2C 30 13 2F
Octal 220 207 142 0 6 40 54 60 23 57
Binary 10010000 10000111 1100010 0 110 100000 101100 110000 10011 101111

Color Harmonies of #908762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908762

Black with #908762

Text Example


Text Example

White with #908762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908762; }

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

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

background-color css

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

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

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

border-color css

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

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

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