Html Css Color HEX #8B8468 Granite Green

📋 copy color: '#8B8468'

red 139 ◦ green 132 ◦ blue 104

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

Shades of Granite Green #8B8468

Tints of Granite Green #8B8468

RGB

 RED value IS 139 (54.69% from 255) = 37.07%

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

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

R = 37.07%
G = 35.2%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B8468 (or 0x8B8468) is known color: Granite Green. HEX triplet: 8B, 84 and 68. RGB value is (139,132,104). Sum of RGB (Red+Green+Blue) = 139+132+104=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8468 is #747B97. Grayscale: #838383. Windows color (decimal): -7633816 or 6849675. OLE color: 6849675.

HSL color Cylindrical-coordinate representation of color #8B8468: hue angle of 48º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B8468 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 132 104 -
CMYK 0 0.05 0.25 0.45
HSL 48º 0.14% 0.48% -
HSV(B) 48º 0.25% 0.55% -
XYZ 21.4 22.99 16.41 -
YUV 130.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 139 132 104 0 0.05 0.25 0.45 48 0.14 0.48
Hex 8B 84 68 0 5 19 2D 30 E 30
Octal 213 204 150 0 5 31 55 60 16 60
Binary 10001011 10000100 1101000 0 101 11001 101101 110000 1110 110000

Color Harmonies of #8B8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8468

Black with #8B8468

Text Example


Text Example

White with #8B8468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B8468; }

 p { color: rgb(139,132,104); }

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

background-color css

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

 a { background-color: rgb(139,132,104); }

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

border-color css

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

 span { border-color: rgb(139,132,104); }

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