Html Css Color HEX #8A816B Granite Green

📋 copy color: '#8A816B'

red 138 ◦ green 129 ◦ blue 107

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

Shades of Granite Green #8A816B

Tints of Granite Green #8A816B

RGB

 RED value IS 138 (54.3% from 255) = 36.9%

 GREEN value IS 129 (50.78% from 255) = 34.49%

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 36.9%
G = 34.49%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A816B (or 0x8A816B) is known color: Granite Green. HEX triplet: 8A, 81 and 6B. RGB value is (138,129,107). Sum of RGB (Red+Green+Blue) = 138+129+107=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A816B is #757E94. Grayscale: #818181. Windows color (decimal): -7700117 or 7045514. OLE color: 7045514.

HSL color Cylindrical-coordinate representation of color #8A816B: hue angle of 42.58º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A816B is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 129 107 -
CMYK 0 0.07 0.22 0.46
HSL 42.58º 0.13% 0.48% -
HSV(B) 42.58º 0.22% 0.54% -
XYZ 20.99 22.17 17.08 -
YUV 129.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 138 129 107 0 0.07 0.22 0.46 42.58 0.13 0.48
Hex 8A 81 6B 0 7 16 2E 2B D 30
Octal 212 201 153 0 7 26 56 53 15 60
Binary 10001010 10000001 1101011 0 111 10110 101110 101011 1101 110000

Color Harmonies of #8A816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A816B

Black with #8A816B

Text Example


Text Example

White with #8A816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,129,107); }

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

background-color css

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

 a { background-color: rgb(138,129,107); }

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

border-color css

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

 span { border-color: rgb(138,129,107); }

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