Html Css Color HEX #8A8266 Granite Green

📋 copy color: '#8A8266'

red 138 ◦ green 130 ◦ blue 102

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

Shades of Granite Green #8A8266

Tints of Granite Green #8A8266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

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

R = 37.3%
G = 35.14%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A8266 (or 0x8A8266) is known color: Granite Green. HEX triplet: 8A, 82 and 66. RGB value is (138,130,102). Sum of RGB (Red+Green+Blue) = 138+130+102=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8266 is #757D99. Grayscale: #818181. Windows color (decimal): -7699866 or 6718090. OLE color: 6718090.

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

Color convert

RGB 138 130 102 -
CMYK 0 0.06 0.26 0.46
HSL 46.67º 0.15% 0.47% -
HSV(B) 46.67º 0.26% 0.54% -
XYZ 20.86 22.33 15.78 -
YUV 129.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 138 130 102 0 0.06 0.26 0.46 46.67 0.15 0.47
Hex 8A 82 66 0 6 1A 2E 2F F 2F
Octal 212 202 146 0 6 32 56 57 17 57
Binary 10001010 10000010 1100110 0 110 11010 101110 101111 1111 101111

Color Harmonies of #8A8266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8266

Black with #8A8266

Text Example


Text Example

White with #8A8266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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