Html Css Color HEX #908368 Granite Green

📋 copy color: '#908368'

red 144 ◦ green 131 ◦ blue 104

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

Shades of Granite Green #908368

Tints of Granite Green #908368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.44%

R = 37.99%
G = 34.56%
B = 27.44%

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

#908368 (or 0x908368) is known color: Granite Green. HEX triplet: 90, 83 and 68. RGB value is (144,131,104). Sum of RGB (Red+Green+Blue) = 144+131+104=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #908368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908368 is #6F7C97. Grayscale: #838383. Windows color (decimal): -7306392 or 6849424. OLE color: 6849424.

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

Color convert

RGB 144 131 104 -
CMYK 0 0.09 0.28 0.44
HSL 40.5º 0.16% 0.49% -
HSV(B) 40.5º 0.28% 0.56% -
XYZ 22.12 23.16 16.4 -
YUV 131.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 144 131 104 0 0.09 0.28 0.44 40.5 0.16 0.49
Hex 90 83 68 0 9 1C 2C 28 10 31
Octal 220 203 150 0 11 34 54 50 20 61
Binary 10010000 10000011 1101000 0 1001 11100 101100 101000 10000 110001

Color Harmonies of #908368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908368

Black with #908368

Text Example


Text Example

White with #908368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908368; }

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

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

background-color css

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

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

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

border-color css

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

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

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