Html Css Color HEX #908968 Granite Green

📋 copy color: '#908968'

red 144 ◦ green 137 ◦ blue 104

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

Shades of Granite Green #908968

Tints of Granite Green #908968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.58%

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

R = 37.4%
G = 35.58%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#908968 (or 0x908968) is known color: Granite Green. HEX triplet: 90, 89 and 68. RGB value is (144,137,104). Sum of RGB (Red+Green+Blue) = 144+137+104=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #908968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908968 is #6F7697. Grayscale: #878787. Windows color (decimal): -7304856 or 6850960. OLE color: 6850960.

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

Color convert

RGB 144 137 104 -
CMYK 0 0.05 0.28 0.44
HSL 49.5º 0.16% 0.49% -
HSV(B) 49.5º 0.28% 0.56% -
XYZ 22.95 24.82 16.68 -
YUV 135.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 144 137 104 0 0.05 0.28 0.44 49.5 0.16 0.49
Hex 90 89 68 0 5 1C 2C 32 10 31
Octal 220 211 150 0 5 34 54 62 20 61
Binary 10010000 10001001 1101000 0 101 11100 101100 110010 10000 110001

Color Harmonies of #908968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908968

Black with #908968

Text Example


Text Example

White with #908968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908968; }

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

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

background-color css

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

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

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

border-color css

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

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

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