Html Css Color HEX #908961 Granite Green

📋 copy color: '#908961'

red 144 ◦ green 137 ◦ blue 97

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

Shades of Granite Green #908961

Tints of Granite Green #908961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.66%

R = 38.1%
G = 36.24%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#908961 (or 0x908961) is known color: Granite Green. HEX triplet: 90, 89 and 61. RGB value is (144,137,97). Sum of RGB (Red+Green+Blue) = 144+137+97=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #908961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908961 is #6F769E. Grayscale: #868686. Windows color (decimal): -7304863 or 6392208. OLE color: 6392208.

HSL color Cylindrical-coordinate representation of color #908961: hue angle of 51.06º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908961 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 137 97 -
CMYK 0 0.05 0.33 0.44
HSL 51.06º 0.2% 0.47% -
HSV(B) 51.06º 0.33% 0.56% -
XYZ 22.6 24.68 14.88 -
YUV 134.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 144 137 97 0 0.05 0.33 0.44 51.06 0.2 0.47
Hex 90 89 61 0 5 21 2C 33 14 2F
Octal 220 211 141 0 5 41 54 63 24 57
Binary 10010000 10001001 1100001 0 101 100001 101100 110011 10100 101111

Color Harmonies of #908961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908961

Black with #908961

Text Example


Text Example

White with #908961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908961; }

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

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

background-color css

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

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

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

border-color css

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

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

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