Html Css Color HEX #908268 Granite Green

📋 copy color: '#908268'

red 144 ◦ green 130 ◦ blue 104

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

Shades of Granite Green #908268

Tints of Granite Green #908268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.51%

R = 38.1%
G = 34.39%
B = 27.51%

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

#908268 (or 0x908268) is known color: Granite Green. HEX triplet: 90, 82 and 68. RGB value is (144,130,104). Sum of RGB (Red+Green+Blue) = 144+130+104=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #908268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908268 is #6F7D97. Grayscale: #838383. Windows color (decimal): -7306648 or 6849168. OLE color: 6849168.

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

Color convert

RGB 144 130 104 -
CMYK 0 0.10 0.28 0.44
HSL 39º 0.16% 0.49% -
HSV(B) 39º 0.28% 0.56% -
XYZ 21.98 22.89 16.36 -
YUV 131.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 144 130 104 0 0.10 0.28 0.44 39 0.16 0.49
Hex 90 82 68 0 A 1C 2C 27 10 31
Octal 220 202 150 0 12 34 54 47 20 61
Binary 10010000 10000010 1101000 0 1010 11100 101100 100111 10000 110001

Color Harmonies of #908268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908268

Black with #908268

Text Example


Text Example

White with #908268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908268; }

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

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

background-color css

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

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

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

border-color css

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

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

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