Html Css Color HEX #8A8465 Granite Green

📋 copy color: '#8A8465'

red 138 ◦ green 132 ◦ blue 101

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

Shades of Granite Green #8A8465

Tints of Granite Green #8A8465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 37.2%
G = 35.58%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A8465 (or 0x8A8465) is known color: Granite Green. HEX triplet: 8A, 84 and 65. RGB value is (138,132,101). Sum of RGB (Red+Green+Blue) = 138+132+101=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8465 is #757B9A. Grayscale: #828282. Windows color (decimal): -7699355 or 6653066. OLE color: 6653066.

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

Color convert

RGB 138 132 101 -
CMYK 0 0.04 0.27 0.46
HSL 50.27º 0.15% 0.47% -
HSV(B) 50.27º 0.27% 0.54% -
XYZ 21.08 22.85 15.61 -
YUV 130.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 138 132 101 0 0.04 0.27 0.46 50.27 0.15 0.47
Hex 8A 84 65 0 4 1B 2E 32 F 2F
Octal 212 204 145 0 4 33 56 62 17 57
Binary 10001010 10000100 1100101 0 100 11011 101110 110010 1111 101111

Color Harmonies of #8A8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8465

Black with #8A8465

Text Example


Text Example

White with #8A8465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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