Html Css Color HEX #908262 Granite Green

📋 copy color: '#908262'

red 144 ◦ green 130 ◦ blue 98

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

Shades of Granite Green #908262

Tints of Granite Green #908262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

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

R = 38.71%
G = 34.95%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#908262 (or 0x908262) is known color: Granite Green. HEX triplet: 90, 82 and 62. RGB value is (144,130,98). Sum of RGB (Red+Green+Blue) = 144+130+98=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #908262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908262 is #6F7D9D. Grayscale: #828282. Windows color (decimal): -7306654 or 6455952. OLE color: 6455952.

HSL color Cylindrical-coordinate representation of color #908262: hue angle of 41.74º 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 #908262 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 98 -
CMYK 0 0.10 0.32 0.44
HSL 41.74º 0.19% 0.47% -
HSV(B) 41.74º 0.32% 0.56% -
XYZ 21.69 22.78 14.81 -
YUV 130.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 144 130 98 0 0.10 0.32 0.44 41.74 0.19 0.47
Hex 90 82 62 0 A 20 2C 2A 13 2F
Octal 220 202 142 0 12 40 54 52 23 57
Binary 10010000 10000010 1100010 0 1010 100000 101100 101010 10011 101111

Color Harmonies of #908262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908262

Black with #908262

Text Example


Text Example

White with #908262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908262; }

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

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

background-color css

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

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

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

border-color css

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

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

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