Html Css Color HEX #8A8166 Granite Green

📋 copy color: '#8A8166'

red 138 ◦ green 129 ◦ blue 102

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

Shades of Granite Green #8A8166

Tints of Granite Green #8A8166

RGB

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

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

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

R = 37.4%
G = 34.96%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A8166 (or 0x8A8166) is known color: Granite Green. HEX triplet: 8A, 81 and 66. RGB value is (138,129,102). Sum of RGB (Red+Green+Blue) = 138+129+102=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8166 is #757E99. Grayscale: #808080. Windows color (decimal): -7700122 or 6717834. OLE color: 6717834.

HSL color Cylindrical-coordinate representation of color #8A8166: hue angle of 45º 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 #8A8166 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 129 102 -
CMYK 0 0.07 0.26 0.46
HSL 45º 0.15% 0.47% -
HSV(B) 45º 0.26% 0.54% -
XYZ 20.73 22.06 15.74 -
YUV 128.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 138 129 102 0 0.07 0.26 0.46 45 0.15 0.47
Hex 8A 81 66 0 7 1A 2E 2D F 2F
Octal 212 201 146 0 7 32 56 55 17 57
Binary 10001010 10000001 1100110 0 111 11010 101110 101101 1111 101111

Color Harmonies of #8A8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8166

Black with #8A8166

Text Example


Text Example

White with #8A8166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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