Html Css Color HEX #8B8264 Granite Green

📋 copy color: '#8B8264'

red 139 ◦ green 130 ◦ blue 100

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

Shades of Granite Green #8B8264

Tints of Granite Green #8B8264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 37.67%
G = 35.23%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8B8264 (or 0x8B8264) is known color: Granite Green. HEX triplet: 8B, 82 and 64. RGB value is (139,130,100). Sum of RGB (Red+Green+Blue) = 139+130+100=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8264 is #747D9B. Grayscale: #818181. Windows color (decimal): -7634332 or 6587019. OLE color: 6587019.

HSL color Cylindrical-coordinate representation of color #8B8264: hue angle of 46.15º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B8264 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 130 100 -
CMYK 0 0.06 0.28 0.45
HSL 46.15º 0.16% 0.47% -
HSV(B) 46.15º 0.28% 0.55% -
XYZ 20.93 22.37 15.27 -
YUV 129.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 139 130 100 0 0.06 0.28 0.45 46.15 0.16 0.47
Hex 8B 82 64 0 6 1C 2D 2E 10 2F
Octal 213 202 144 0 6 34 55 56 20 57
Binary 10001011 10000010 1100100 0 110 11100 101101 101110 10000 101111

Color Harmonies of #8B8264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8264

Black with #8B8264

Text Example


Text Example

White with #8B8264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,130,100); }

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

background-color css

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

 a { background-color: rgb(139,130,100); }

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

border-color css

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

 span { border-color: rgb(139,130,100); }

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