Html Css Color HEX #908367 Granite Green

📋 copy color: '#908367'

red 144 ◦ green 131 ◦ blue 103

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

Shades of Granite Green #908367

Tints of Granite Green #908367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 103 (40.63% from 255) = 27.25%

R = 38.1%
G = 34.66%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#908367 (or 0x908367) is known color: Granite Green. HEX triplet: 90, 83 and 67. RGB value is (144,131,103). Sum of RGB (Red+Green+Blue) = 144+131+103=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #908367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908367 is #6F7C98. Grayscale: #838383. Windows color (decimal): -7306393 or 6783888. OLE color: 6783888.

HSL color Cylindrical-coordinate representation of color #908367: hue angle of 40.98º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #908367 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 103 -
CMYK 0 0.09 0.28 0.44
HSL 40.98º 0.17% 0.48% -
HSV(B) 40.98º 0.28% 0.56% -
XYZ 22.07 23.14 16.14 -
YUV 131.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 144 131 103 0 0.09 0.28 0.44 40.98 0.17 0.48
Hex 90 83 67 0 9 1C 2C 29 11 30
Octal 220 203 147 0 11 34 54 51 21 60
Binary 10010000 10000011 1100111 0 1001 11100 101100 101001 10001 110000

Color Harmonies of #908367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908367

Black with #908367

Text Example


Text Example

White with #908367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908367; }

 p { color: rgb(144,131,103); }

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

background-color css

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

 a { background-color: rgb(144,131,103); }

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

border-color css

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

 span { border-color: rgb(144,131,103); }

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