Html Css Color HEX #8A8069 Granite Green

📋 copy color: '#8A8069'

red 138 ◦ green 128 ◦ blue 105

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

Shades of Granite Green #8A8069

Tints of Granite Green #8A8069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.3%

R = 37.2%
G = 34.5%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#8A8069 (or 0x8A8069) is known color: Granite Green. HEX triplet: 8A, 80 and 69. RGB value is (138,128,105). Sum of RGB (Red+Green+Blue) = 138+128+105=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8069 is #757F96. Grayscale: #808080. Windows color (decimal): -7700375 or 6914186. OLE color: 6914186.

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

Color convert

RGB 138 128 105 -
CMYK 0 0.07 0.24 0.46
HSL 41.82º 0.14% 0.48% -
HSV(B) 41.82º 0.24% 0.54% -
XYZ 20.75 21.86 16.49 -
YUV 128.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 138 128 105 0 0.07 0.24 0.46 41.82 0.14 0.48
Hex 8A 80 69 0 7 18 2E 2A E 30
Octal 212 200 151 0 7 30 56 52 16 60
Binary 10001010 10000000 1101001 0 111 11000 101110 101010 1110 110000

Color Harmonies of #8A8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8069

Black with #8A8069

Text Example


Text Example

White with #8A8069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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