Html Css Color HEX #9AB974 Olivine

📋 copy color: '#9AB974'

red 154 ◦ green 185 ◦ blue 116

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

Shades of Olivine #9AB974

Tints of Olivine #9AB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 33.85%
G = 40.66%
B = 25.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#9AB974 (or 0x9AB974) is known color: Olivine. HEX triplet: 9A, B9 and 74. RGB value is (154,185,116). Sum of RGB (Red+Green+Blue) = 154+185+116=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB974 is #65468B. Grayscale: #A8A8A8. Windows color (decimal): -6637196 or 7649690. OLE color: 7649690.

HSL color Cylindrical-coordinate representation of color #9AB974: hue angle of 86.96º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AB974 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 116 -
CMYK 0.17 0 0.37 0.27
HSL 86.96º 0.33% 0.59% -
HSV(B) 86.96º 0.37% 0.73% -
XYZ 33.83 42.83 23.01 -
YUV 167.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 154 185 116 0.17 0 0.37 0.27 86.96 0.33 0.59
Hex 9A B9 74 11 0 25 1B 57 21 3B
Octal 232 271 164 21 0 45 33 127 41 73
Binary 10011010 10111001 1110100 10001 0 100101 11011 1010111 100001 111011

Color Harmonies of #9AB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB974

Black with #9AB974

Text Example


Text Example

White with #9AB974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,185,116); }

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

background-color css

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

 a { background-color: rgb(154,185,116); }

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

border-color css

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

 span { border-color: rgb(154,185,116); }

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