Html Css Color HEX #9A8B59 Granite Green

📋 copy color: '#9A8B59'

red 154 ◦ green 139 ◦ blue 89

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

Shades of Granite Green #9A8B59

Tints of Granite Green #9A8B59

RGB

 RED value IS 154 (60.55% from 255) = 40.31%

 GREEN value IS 139 (54.69% from 255) = 36.39%

 BLUE value IS 89 (35.16% from 255) = 23.3%

R = 40.31%
G = 36.39%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A8B59 (or 0x9A8B59) is known color: Granite Green. HEX triplet: 9A, 8B and 59. RGB value is (154,139,89). Sum of RGB (Red+Green+Blue) = 154+139+89=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8B59 is #6574A6. Grayscale: #898989. Windows color (decimal): -6648999 or 5868442. OLE color: 5868442.

HSL color Cylindrical-coordinate representation of color #9A8B59: hue angle of 46.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A8B59 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 139 89 -
CMYK 0 0.10 0.42 0.40
HSL 46.15º 0.27% 0.48% -
HSV(B) 46.15º 0.42% 0.6% -
XYZ 24.36 26.06 13.2 -
YUV 137.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 154 139 89 0 0.10 0.42 0.40 46.15 0.27 0.48
Hex 9A 8B 59 0 A 2A 28 2E 1B 30
Octal 232 213 131 0 12 52 50 56 33 60
Binary 10011010 10001011 1011001 0 1010 101010 101000 101110 11011 110000

Color Harmonies of #9A8B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8B59

Black with #9A8B59

Text Example


Text Example

White with #9A8B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A8B59; }

 p { color: rgb(154,139,89); }

 H1.HeaderClassName
 {
   color: #9A8B59;
 }
 .AnyTagClassName
 {
   color: #9A8B59;
 }
</style>

background-color css

<style>
 a { background-color: #9A8B59; }

 a { background-color: rgb(154,139,89); }

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

border-color css

<style>
 span { border-color: #9A8B59; }

 span { border-color: rgb(154,139,89); }

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