Html Css Color HEX #A0BD79 Olivine

📋 copy color: '#A0BD79'

red 160 ◦ green 189 ◦ blue 121

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

Shades of Olivine #A0BD79

Tints of Olivine #A0BD79

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.21%

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

R = 34.04%
G = 40.21%
B = 25.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#A0BD79 (or 0xA0BD79) is known color: Olivine. HEX triplet: A0, BD and 79. RGB value is (160,189,121). Sum of RGB (Red+Green+Blue) = 160+189+121=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD79 is #5F4286. Grayscale: #ACACAC. Windows color (decimal): -6242951 or 7978400. OLE color: 7978400.

HSL color Cylindrical-coordinate representation of color #A0BD79: hue angle of 85.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BD79 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 121 -
CMYK 0.15 0 0.36 0.26
HSL 85.59º 0.34% 0.61% -
HSV(B) 85.59º 0.36% 0.74% -
XYZ 36.15 45.25 24.92 -
YUV 172.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 160 189 121 0.15 0 0.36 0.26 85.59 0.34 0.61
Hex A0 BD 79 F 0 24 1A 56 22 3D
Octal 240 275 171 17 0 44 32 126 42 75
Binary 10100000 10111101 1111001 1111 0 100100 11010 1010110 100010 111101

Color Harmonies of #A0BD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD79

Black with #A0BD79

Text Example


Text Example

White with #A0BD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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