Html Css Color HEX #918462 Granite Green

📋 copy color: '#918462'

red 145 ◦ green 132 ◦ blue 98

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

Shades of Granite Green #918462

Tints of Granite Green #918462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

 BLUE value IS 98 (38.67% from 255) = 26.13%

R = 38.67%
G = 35.2%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#918462 (or 0x918462) is known color: Granite Green. HEX triplet: 91, 84 and 62. RGB value is (145,132,98). Sum of RGB (Red+Green+Blue) = 145+132+98=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918462 is #6E7B9D. Grayscale: #848484. Windows color (decimal): -7240606 or 6456465. OLE color: 6456465.

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

Color convert

RGB 145 132 98 -
CMYK 0 0.09 0.32 0.43
HSL 43.4º 0.19% 0.48% -
HSV(B) 43.4º 0.32% 0.57% -
XYZ 22.13 23.4 14.91 -
YUV 132.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 145 132 98 0 0.09 0.32 0.43 43.4 0.19 0.48
Hex 91 84 62 0 9 20 2B 2B 13 30
Octal 221 204 142 0 11 40 53 53 23 60
Binary 10010001 10000100 1100010 0 1001 100000 101011 101011 10011 110000

Color Harmonies of #918462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918462

Black with #918462

Text Example


Text Example

White with #918462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918462; }

 p { color: rgb(145,132,98); }

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

background-color css

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

 a { background-color: rgb(145,132,98); }

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

border-color css

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

 span { border-color: rgb(145,132,98); }

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