Html Css Color HEX #8B8364 Granite Green

📋 copy color: '#8B8364'

red 139 ◦ green 131 ◦ blue 100

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

Shades of Granite Green #8B8364

Tints of Granite Green #8B8364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 37.57%
G = 35.41%
B = 27.03%

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

#8B8364 (or 0x8B8364) is known color: Granite Green. HEX triplet: 8B, 83 and 64. RGB value is (139,131,100). Sum of RGB (Red+Green+Blue) = 139+131+100=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8364 is #747C9B. Grayscale: #818181. Windows color (decimal): -7634076 or 6587275. OLE color: 6587275.

HSL color Cylindrical-coordinate representation of color #8B8364: hue angle of 47.69º 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 #8B8364 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 131 100 -
CMYK 0 0.06 0.28 0.45
HSL 47.69º 0.16% 0.47% -
HSV(B) 47.69º 0.28% 0.55% -
XYZ 21.06 22.64 15.32 -
YUV 129.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 139 131 100 0 0.06 0.28 0.45 47.69 0.16 0.47
Hex 8B 83 64 0 6 1C 2D 30 10 2F
Octal 213 203 144 0 6 34 55 60 20 57
Binary 10001011 10000011 1100100 0 110 11100 101101 110000 10000 101111

Color Harmonies of #8B8364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8364

Black with #8B8364

Text Example


Text Example

White with #8B8364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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