Html Css Color HEX #918661 Granite Green

📋 copy color: '#918661'

red 145 ◦ green 134 ◦ blue 97

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

Shades of Granite Green #918661

Tints of Granite Green #918661

RGB

 RED value IS 145 (57.03% from 255) = 38.56%

 GREEN value IS 134 (52.73% from 255) = 35.64%

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

R = 38.56%
G = 35.64%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#918661 (or 0x918661) is known color: Granite Green. HEX triplet: 91, 86 and 61. RGB value is (145,134,97). Sum of RGB (Red+Green+Blue) = 145+134+97=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918661 is #6E799E. Grayscale: #858585. Windows color (decimal): -7240095 or 6391441. OLE color: 6391441.

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

Color convert

RGB 145 134 97 -
CMYK 0 0.08 0.33 0.43
HSL 46.25º 0.2% 0.47% -
HSV(B) 46.25º 0.33% 0.57% -
XYZ 22.36 23.93 14.75 -
YUV 133.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 145 134 97 0 0.08 0.33 0.43 46.25 0.2 0.47
Hex 91 86 61 0 8 21 2B 2E 14 2F
Octal 221 206 141 0 10 41 53 56 24 57
Binary 10010001 10000110 1100001 0 1000 100001 101011 101110 10100 101111

Color Harmonies of #918661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918661

Black with #918661

Text Example


Text Example

White with #918661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918661; }

 p { color: rgb(145,134,97); }

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

background-color css

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

 a { background-color: rgb(145,134,97); }

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

border-color css

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

 span { border-color: rgb(145,134,97); }

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