Html Css Color HEX #9AAB75 Sage

📋 copy color: '#9AAB75'

red 154 ◦ green 171 ◦ blue 117

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

Shades of Sage #9AAB75

Tints of Sage #9AAB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

 BLUE value IS 117 (46.09% from 255) = 26.47%

R = 34.84%
G = 38.69%
B = 26.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#9AAB75 (or 0x9AAB75) is known color: Sage. HEX triplet: 9A, AB and 75. RGB value is (154,171,117). Sum of RGB (Red+Green+Blue) = 154+171+117=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB75 is #65548A. Grayscale: #9F9F9F. Windows color (decimal): -6640779 or 7711642. OLE color: 7711642.

HSL color Cylindrical-coordinate representation of color #9AAB75: hue angle of 78.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AAB75 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 171 117 -
CMYK 0.10 0 0.32 0.33
HSL 78.89º 0.24% 0.56% -
HSV(B) 78.89º 0.32% 0.67% -
XYZ 31.1 37.28 22.39 -
YUV 159.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 154 171 117 0.10 0 0.32 0.33 78.89 0.24 0.56
Hex 9A AB 75 A 0 20 21 4F 18 38
Octal 232 253 165 12 0 40 41 117 30 70
Binary 10011010 10101011 1110101 1010 0 100000 100001 1001111 11000 111000

Color Harmonies of #9AAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB75

Black with #9AAB75

Text Example


Text Example

White with #9AAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,171,117); }

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

background-color css

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

 a { background-color: rgb(154,171,117); }

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

border-color css

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

 span { border-color: rgb(154,171,117); }

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