Html Css Color HEX #918267 Granite Green

📋 copy color: '#918267'

red 145 ◦ green 130 ◦ blue 103

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

Shades of Granite Green #918267

Tints of Granite Green #918267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.25%

R = 38.36%
G = 34.39%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#918267 (or 0x918267) is known color: Granite Green. HEX triplet: 91, 82 and 67. RGB value is (145,130,103). Sum of RGB (Red+Green+Blue) = 145+130+103=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #918267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918267 is #6E7D98. Grayscale: #838383. Windows color (decimal): -7241113 or 6783633. OLE color: 6783633.

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

Color convert

RGB 145 130 103 -
CMYK 0 0.10 0.29 0.43
HSL 38.57º 0.17% 0.49% -
HSV(B) 38.57º 0.29% 0.57% -
XYZ 22.11 22.96 16.1 -
YUV 131.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 145 130 103 0 0.10 0.29 0.43 38.57 0.17 0.49
Hex 91 82 67 0 A 1D 2B 27 11 31
Octal 221 202 147 0 12 35 53 47 21 61
Binary 10010001 10000010 1100111 0 1010 11101 101011 100111 10001 110001

Color Harmonies of #918267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918267

Black with #918267

Text Example


Text Example

White with #918267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918267; }

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

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

background-color css

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

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

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

border-color css

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

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

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