Html Css Color HEX #9AC079 Olivine

📋 copy color: '#9AC079'

red 154 ◦ green 192 ◦ blue 121

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

Shades of Olivine #9AC079

Tints of Olivine #9AC079

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.11%

 BLUE value IS 121 (47.66% from 255) = 25.91%

R = 32.98%
G = 41.11%
B = 25.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#9AC079 (or 0x9AC079) is known color: Olivine. HEX triplet: 9A, C0 and 79. RGB value is (154,192,121). Sum of RGB (Red+Green+Blue) = 154+192+121=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC079 is #653F86. Grayscale: #ACACAC. Windows color (decimal): -6635399 or 7979162. OLE color: 7979162.

HSL color Cylindrical-coordinate representation of color #9AC079: hue angle of 92.11º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AC079 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 192 121 -
CMYK 0.20 0 0.37 0.25
HSL 92.11º 0.36% 0.61% -
HSV(B) 92.11º 0.37% 0.75% -
XYZ 35.63 45.95 25.08 -
YUV 172.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 154 192 121 0.20 0 0.37 0.25 92.11 0.36 0.61
Hex 9A C0 79 14 0 25 19 5C 24 3D
Octal 232 300 171 24 0 45 31 134 44 75
Binary 10011010 11000000 1111001 10100 0 100101 11001 1011100 100100 111101

Color Harmonies of #9AC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC079

Black with #9AC079

Text Example


Text Example

White with #9AC079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,121); }

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

background-color css

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

 a { background-color: rgb(154,192,121); }

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

border-color css

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

 span { border-color: rgb(154,192,121); }

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