Html Css Color HEX #908267 Granite Green

📋 copy color: '#908267'

red 144 ◦ green 130 ◦ blue 103

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

Shades of Granite Green #908267

Tints of Granite Green #908267

RGB

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

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

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

R = 38.2%
G = 34.48%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#908267 (or 0x908267) is known color: Granite Green. HEX triplet: 90, 82 and 67. RGB value is (144,130,103). Sum of RGB (Red+Green+Blue) = 144+130+103=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #908267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908267 is #6F7D98. Grayscale: #838383. Windows color (decimal): -7306649 or 6783632. OLE color: 6783632.

HSL color Cylindrical-coordinate representation of color #908267: hue angle of 39.51º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #908267 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 103 -
CMYK 0 0.10 0.28 0.44
HSL 39.51º 0.17% 0.48% -
HSV(B) 39.51º 0.28% 0.56% -
XYZ 21.93 22.87 16.09 -
YUV 131.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 144 130 103 0 0.10 0.28 0.44 39.51 0.17 0.48
Hex 90 82 67 0 A 1C 2C 28 11 30
Octal 220 202 147 0 12 34 54 50 21 60
Binary 10010000 10000010 1100111 0 1010 11100 101100 101000 10001 110000

Color Harmonies of #908267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908267

Black with #908267

Text Example


Text Example

White with #908267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908267; }

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

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

background-color css

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

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

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

border-color css

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

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

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