Html Css Color HEX #8A8466 Granite Green

📋 copy color: '#8A8466'

red 138 ◦ green 132 ◦ blue 102

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

Shades of Granite Green #8A8466

Tints of Granite Green #8A8466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

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

R = 37.1%
G = 35.48%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A8466 (or 0x8A8466) is known color: Granite Green. HEX triplet: 8A, 84 and 66. RGB value is (138,132,102). Sum of RGB (Red+Green+Blue) = 138+132+102=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8466 is #757B99. Grayscale: #828282. Windows color (decimal): -7699354 or 6718602. OLE color: 6718602.

HSL color Cylindrical-coordinate representation of color #8A8466: hue angle of 50º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A8466 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 132 102 -
CMYK 0 0.04 0.26 0.46
HSL 50º 0.15% 0.47% -
HSV(B) 50º 0.26% 0.54% -
XYZ 21.13 22.87 15.87 -
YUV 130.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 138 132 102 0 0.04 0.26 0.46 50 0.15 0.47
Hex 8A 84 66 0 4 1A 2E 32 F 2F
Octal 212 204 146 0 4 32 56 62 17 57
Binary 10001010 10000100 1100110 0 100 11010 101110 110010 1111 101111

Color Harmonies of #8A8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8466

Black with #8A8466

Text Example


Text Example

White with #8A8466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,132,102); }

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

background-color css

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

 a { background-color: rgb(138,132,102); }

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

border-color css

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

 span { border-color: rgb(138,132,102); }

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