Html Css Color HEX #8A8064 Granite Green

📋 copy color: '#8A8064'

red 138 ◦ green 128 ◦ blue 100

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

Shades of Granite Green #8A8064

Tints of Granite Green #8A8064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

 BLUE value IS 100 (39.45% from 255) = 27.32%

R = 37.7%
G = 34.97%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A8064 (or 0x8A8064) is known color: Granite Green. HEX triplet: 8A, 80 and 64. RGB value is (138,128,100). Sum of RGB (Red+Green+Blue) = 138+128+100=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8064 is #757F9B. Grayscale: #7F7F7F. Windows color (decimal): -7700380 or 6586506. OLE color: 6586506.

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

Color convert

RGB 138 128 100 -
CMYK 0 0.07 0.28 0.46
HSL 44.21º 0.16% 0.47% -
HSV(B) 44.21º 0.28% 0.54% -
XYZ 20.5 21.76 15.18 -
YUV 127.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 138 128 100 0 0.07 0.28 0.46 44.21 0.16 0.47
Hex 8A 80 64 0 7 1C 2E 2C 10 2F
Octal 212 200 144 0 7 34 56 54 20 57
Binary 10001010 10000000 1100100 0 111 11100 101110 101100 10000 101111

Color Harmonies of #8A8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8064

Black with #8A8064

Text Example


Text Example

White with #8A8064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,128,100); }

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

background-color css

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

 a { background-color: rgb(138,128,100); }

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

border-color css

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

 span { border-color: rgb(138,128,100); }

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