Html Css Color HEX #908768 Granite Green

📋 copy color: '#908768'

red 144 ◦ green 135 ◦ blue 104

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

Shades of Granite Green #908768

Tints of Granite Green #908768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.25%

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

R = 37.6%
G = 35.25%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#908768 (or 0x908768) is known color: Granite Green. HEX triplet: 90, 87 and 68. RGB value is (144,135,104). Sum of RGB (Red+Green+Blue) = 144+135+104=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #908768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908768 is #6F7897. Grayscale: #868686. Windows color (decimal): -7305368 or 6850448. OLE color: 6850448.

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

Color convert

RGB 144 135 104 -
CMYK 0 0.06 0.28 0.44
HSL 46.5º 0.16% 0.49% -
HSV(B) 46.5º 0.28% 0.56% -
XYZ 22.66 24.26 16.58 -
YUV 134.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 144 135 104 0 0.06 0.28 0.44 46.5 0.16 0.49
Hex 90 87 68 0 6 1C 2C 2E 10 31
Octal 220 207 150 0 6 34 54 56 20 61
Binary 10010000 10000111 1101000 0 110 11100 101100 101110 10000 110001

Color Harmonies of #908768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908768

Black with #908768

Text Example


Text Example

White with #908768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908768; }

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

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

background-color css

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

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

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

border-color css

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

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

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