Html Css Color HEX #918264 Granite Green

📋 copy color: '#918264'

red 145 ◦ green 130 ◦ blue 100

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

Shades of Granite Green #918264

Tints of Granite Green #918264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

 BLUE value IS 100 (39.45% from 255) = 26.67%

R = 38.67%
G = 34.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#918264 (or 0x918264) is known color: Granite Green. HEX triplet: 91, 82 and 64. RGB value is (145,130,100). Sum of RGB (Red+Green+Blue) = 145+130+100=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918264 is #6E7D9B. Grayscale: #838383. Windows color (decimal): -7241116 or 6587025. OLE color: 6587025.

HSL color Cylindrical-coordinate representation of color #918264: hue angle of 40º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918264 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 130 100 -
CMYK 0 0.10 0.31 0.43
HSL 40º 0.18% 0.48% -
HSV(B) 40º 0.31% 0.57% -
XYZ 21.96 22.91 15.32 -
YUV 131.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 145 130 100 0 0.10 0.31 0.43 40 0.18 0.48
Hex 91 82 64 0 A 1F 2B 28 12 30
Octal 221 202 144 0 12 37 53 50 22 60
Binary 10010001 10000010 1100100 0 1010 11111 101011 101000 10010 110000

Color Harmonies of #918264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918264

Black with #918264

Text Example


Text Example

White with #918264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918264; }

 p { color: rgb(145,130,100); }

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

background-color css

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

 a { background-color: rgb(145,130,100); }

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

border-color css

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

 span { border-color: rgb(145,130,100); }

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