Html Css Color HEX #908162 Granite Green

📋 copy color: '#908162'

red 144 ◦ green 129 ◦ blue 98

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

Shades of Granite Green #908162

Tints of Granite Green #908162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 38.81%
G = 34.77%
B = 26.42%

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

#908162 (or 0x908162) is known color: Granite Green. HEX triplet: 90, 81 and 62. RGB value is (144,129,98). Sum of RGB (Red+Green+Blue) = 144+129+98=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #908162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908162 is #6F7E9D. Grayscale: #828282. Windows color (decimal): -7306910 or 6455696. OLE color: 6455696.

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

Color convert

RGB 144 129 98 -
CMYK 0 0.10 0.32 0.44
HSL 40.43º 0.19% 0.47% -
HSV(B) 40.43º 0.32% 0.56% -
XYZ 21.56 22.51 14.76 -
YUV 129.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 144 129 98 0 0.10 0.32 0.44 40.43 0.19 0.47
Hex 90 81 62 0 A 20 2C 28 13 2F
Octal 220 201 142 0 12 40 54 50 23 57
Binary 10010000 10000001 1100010 0 1010 100000 101100 101000 10011 101111

Color Harmonies of #908162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908162

Black with #908162

Text Example


Text Example

White with #908162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908162; }

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

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

background-color css

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

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

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

border-color css

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

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

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