Html Css Color HEX #A0BD7F Olivine

📋 copy color: '#A0BD7F'

red 160 ◦ green 189 ◦ blue 127

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

Shades of Olivine #A0BD7F

Tints of Olivine #A0BD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.68%

R = 33.61%
G = 39.71%
B = 26.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#A0BD7F (or 0xA0BD7F) is known color: Olivine. HEX triplet: A0, BD and 7F. RGB value is (160,189,127). Sum of RGB (Red+Green+Blue) = 160+189+127=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD7F is #5F4280. Grayscale: #ADADAD. Windows color (decimal): -6242945 or 8371616. OLE color: 8371616.

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

Color convert

RGB 160 189 127 -
CMYK 0.15 0 0.33 0.26
HSL 88.06º 0.32% 0.62% -
HSV(B) 88.06º 0.33% 0.74% -
XYZ 36.53 45.4 26.92 -
YUV 173.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 160 189 127 0.15 0 0.33 0.26 88.06 0.32 0.62
Hex A0 BD 7F F 0 21 1A 58 20 3E
Octal 240 275 177 17 0 41 32 130 40 76
Binary 10100000 10111101 1111111 1111 0 100001 11010 1011000 100000 111110

Color Harmonies of #A0BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD7F

Black with #A0BD7F

Text Example


Text Example

White with #A0BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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