Html Css Color HEX #908061 Granite Green

📋 copy color: '#908061'

red 144 ◦ green 128 ◦ blue 97

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

Shades of Granite Green #908061

Tints of Granite Green #908061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

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

R = 39.02%
G = 34.69%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#908061 (or 0x908061) is known color: Granite Green. HEX triplet: 90, 80 and 61. RGB value is (144,128,97). Sum of RGB (Red+Green+Blue) = 144+128+97=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #908061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908061 is #6F7F9E. Grayscale: #818181. Windows color (decimal): -7307167 or 6389904. OLE color: 6389904.

HSL color Cylindrical-coordinate representation of color #908061: hue angle of 39.57º 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 #908061 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 128 97 -
CMYK 0 0.11 0.33 0.44
HSL 39.57º 0.2% 0.47% -
HSV(B) 39.57º 0.33% 0.56% -
XYZ 21.38 22.23 14.47 -
YUV 129.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 144 128 97 0 0.11 0.33 0.44 39.57 0.2 0.47
Hex 90 80 61 0 B 21 2C 28 14 2F
Octal 220 200 141 0 13 41 54 50 24 57
Binary 10010000 10000000 1100001 0 1011 100001 101100 101000 10100 101111

Color Harmonies of #908061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908061

Black with #908061

Text Example


Text Example

White with #908061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908061; }

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

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

background-color css

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

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

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

border-color css

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

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

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