Html Css Color HEX #8B8262 Granite Green

📋 copy color: '#8B8262'

red 139 ◦ green 130 ◦ blue 98

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

Shades of Granite Green #8B8262

Tints of Granite Green #8B8262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 37.87%
G = 35.42%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B8262 (or 0x8B8262) is known color: Granite Green. HEX triplet: 8B, 82 and 62. RGB value is (139,130,98). Sum of RGB (Red+Green+Blue) = 139+130+98=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8262 is #747D9D. Grayscale: #818181. Windows color (decimal): -7634334 or 6455947. OLE color: 6455947.

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

Color convert

RGB 139 130 98 -
CMYK 0 0.06 0.29 0.45
HSL 46.83º 0.17% 0.46% -
HSV(B) 46.83º 0.29% 0.55% -
XYZ 20.83 22.34 14.77 -
YUV 129.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 139 130 98 0 0.06 0.29 0.45 46.83 0.17 0.46
Hex 8B 82 62 0 6 1D 2D 2F 11 2E
Octal 213 202 142 0 6 35 55 57 21 56
Binary 10001011 10000010 1100010 0 110 11101 101101 101111 10001 101110

Color Harmonies of #8B8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8262

Black with #8B8262

Text Example


Text Example

White with #8B8262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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