Html Css Color HEX #A0C079 Olivine

📋 copy color: '#A0C079'

red 160 ◦ green 192 ◦ blue 121

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

Shades of Olivine #A0C079

Tints of Olivine #A0C079

RGB

 RED value IS 160 (62.89% from 255) = 33.83%

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

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

R = 33.83%
G = 40.59%
B = 25.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#A0C079 (or 0xA0C079) is known color: Olivine. HEX triplet: A0, C0 and 79. RGB value is (160,192,121). Sum of RGB (Red+Green+Blue) = 160+192+121=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C079 is #5F3F86. Grayscale: #AEAEAE. Windows color (decimal): -6242183 or 7979168. OLE color: 7979168.

HSL color Cylindrical-coordinate representation of color #A0C079: hue angle of 87.04º 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 #A0C079 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 121 -
CMYK 0.17 0 0.37 0.25
HSL 87.04º 0.36% 0.61% -
HSV(B) 87.04º 0.37% 0.75% -
XYZ 36.8 46.55 25.14 -
YUV 174.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 160 192 121 0.17 0 0.37 0.25 87.04 0.36 0.61
Hex A0 C0 79 11 0 25 19 57 24 3D
Octal 240 300 171 21 0 45 31 127 44 75
Binary 10100000 11000000 1111001 10001 0 100101 11001 1010111 100100 111101

Color Harmonies of #A0C079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C079

Black with #A0C079

Text Example


Text Example

White with #A0C079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C079; }

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

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

background-color css

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

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

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

border-color css

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

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

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