Html Css Color HEX #8B8362 Granite Green

📋 copy color: '#8B8362'

red 139 ◦ green 131 ◦ blue 98

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

Shades of Granite Green #8B8362

Tints of Granite Green #8B8362

RGB

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

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

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

R = 37.77%
G = 35.6%
B = 26.63%

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

#8B8362 (or 0x8B8362) is known color: Granite Green. HEX triplet: 8B, 83 and 62. RGB value is (139,131,98). Sum of RGB (Red+Green+Blue) = 139+131+98=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8362 is #747C9D. Grayscale: #818181. Windows color (decimal): -7634078 or 6456203. OLE color: 6456203.

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

Color convert

RGB 139 131 98 -
CMYK 0 0.06 0.29 0.45
HSL 48.29º 0.17% 0.46% -
HSV(B) 48.29º 0.29% 0.55% -
XYZ 20.97 22.6 14.81 -
YUV 129.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 139 131 98 0 0.06 0.29 0.45 48.29 0.17 0.46
Hex 8B 83 62 0 6 1D 2D 30 11 2E
Octal 213 203 142 0 6 35 55 60 21 56
Binary 10001011 10000011 1100010 0 110 11101 101101 110000 10001 101110

Color Harmonies of #8B8362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8362

Black with #8B8362

Text Example


Text Example

White with #8B8362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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