Html Css Color HEX #8B8366 Granite Green

📋 copy color: '#8B8366'

red 139 ◦ green 131 ◦ blue 102

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

Shades of Granite Green #8B8366

Tints of Granite Green #8B8366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.42%

R = 37.37%
G = 35.22%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B8366 (or 0x8B8366) is known color: Granite Green. HEX triplet: 8B, 83 and 66. RGB value is (139,131,102). Sum of RGB (Red+Green+Blue) = 139+131+102=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8366 is #747C99. Grayscale: #828282. Windows color (decimal): -7634074 or 6718347. OLE color: 6718347.

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

Color convert

RGB 139 131 102 -
CMYK 0 0.06 0.27 0.45
HSL 47.03º 0.15% 0.47% -
HSV(B) 47.03º 0.27% 0.55% -
XYZ 21.16 22.68 15.83 -
YUV 130.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 139 131 102 0 0.06 0.27 0.45 47.03 0.15 0.47
Hex 8B 83 66 0 6 1B 2D 2F F 2F
Octal 213 203 146 0 6 33 55 57 17 57
Binary 10001011 10000011 1100110 0 110 11011 101101 101111 1111 101111

Color Harmonies of #8B8366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8366

Black with #8B8366

Text Example


Text Example

White with #8B8366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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