Html Css Color HEX #908862 Granite Green

📋 copy color: '#908862'

red 144 ◦ green 136 ◦ blue 98

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

Shades of Granite Green #908862

Tints of Granite Green #908862

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 38.1%
G = 35.98%
B = 25.93%

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

#908862 (or 0x908862) is known color: Granite Green. HEX triplet: 90, 88 and 62. RGB value is (144,136,98). Sum of RGB (Red+Green+Blue) = 144+136+98=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #908862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908862 is #6F779D. Grayscale: #868686. Windows color (decimal): -7305118 or 6457488. OLE color: 6457488.

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

Color convert

RGB 144 136 98 -
CMYK 0 0.06 0.32 0.44
HSL 49.57º 0.19% 0.47% -
HSV(B) 49.57º 0.32% 0.56% -
XYZ 22.51 24.42 15.08 -
YUV 134.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 144 136 98 0 0.06 0.32 0.44 49.57 0.19 0.47
Hex 90 88 62 0 6 20 2C 32 13 2F
Octal 220 210 142 0 6 40 54 62 23 57
Binary 10010000 10001000 1100010 0 110 100000 101100 110010 10011 101111

Color Harmonies of #908862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908862

Black with #908862

Text Example


Text Example

White with #908862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908862; }

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

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

background-color css

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

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

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

border-color css

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

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

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