Html Css Color HEX #A0B57B Olivine

📋 copy color: '#A0B57B'

red 160 ◦ green 181 ◦ blue 123

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

Shades of Olivine #A0B57B

Tints of Olivine #A0B57B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

 BLUE value IS 123 (48.44% from 255) = 26.51%

R = 34.48%
G = 39.01%
B = 26.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#A0B57B (or 0xA0B57B) is known color: Olivine. HEX triplet: A0, B5 and 7B. RGB value is (160,181,123). Sum of RGB (Red+Green+Blue) = 160+181+123=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B57B is #5F4A84. Grayscale: #A8A8A8. Windows color (decimal): -6244997 or 8107424. OLE color: 8107424.

HSL color Cylindrical-coordinate representation of color #A0B57B: hue angle of 81.72º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B57B is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 181 123 -
CMYK 0.12 0 0.32 0.29
HSL 81.72º 0.28% 0.6% -
HSV(B) 81.72º 0.32% 0.71% -
XYZ 34.6 41.95 25.01 -
YUV 168.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 160 181 123 0.12 0 0.32 0.29 81.72 0.28 0.6
Hex A0 B5 7B C 0 20 1D 52 1C 3C
Octal 240 265 173 14 0 40 35 122 34 74
Binary 10100000 10110101 1111011 1100 0 100000 11101 1010010 11100 111100

Color Harmonies of #A0B57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B57B

Black with #A0B57B

Text Example


Text Example

White with #A0B57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B57B; }

 p { color: rgb(160,181,123); }

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

background-color css

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

 a { background-color: rgb(160,181,123); }

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

border-color css

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

 span { border-color: rgb(160,181,123); }

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