Html Css Color HEX #A0BF7B Olivine

📋 copy color: '#A0BF7B'

red 160 ◦ green 191 ◦ blue 123

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

Shades of Olivine #A0BF7B

Tints of Olivine #A0BF7B

RGB

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

 GREEN value IS 191 (75% from 255) = 40.3%

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

R = 33.76%
G = 40.3%
B = 25.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#A0BF7B (or 0xA0BF7B) is known color: Olivine. HEX triplet: A0, BF and 7B. RGB value is (160,191,123). Sum of RGB (Red+Green+Blue) = 160+191+123=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF7B is #5F4084. Grayscale: #AEAEAE. Windows color (decimal): -6242437 or 8109984. OLE color: 8109984.

HSL color Cylindrical-coordinate representation of color #A0BF7B: hue angle of 87.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BF7B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 123 -
CMYK 0.16 0 0.36 0.25
HSL 87.35º 0.35% 0.62% -
HSV(B) 87.35º 0.36% 0.75% -
XYZ 36.7 46.17 25.72 -
YUV 173.98 99.23 118.03 -
System Red Green Blue C M Y K H S L
Decimal 160 191 123 0.16 0 0.36 0.25 87.35 0.35 0.62
Hex A0 BF 7B 10 0 24 19 57 23 3E
Octal 240 277 173 20 0 44 31 127 43 76
Binary 10100000 10111111 1111011 10000 0 100100 11001 1010111 100011 111110

Color Harmonies of #A0BF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF7B

Black with #A0BF7B

Text Example


Text Example

White with #A0BF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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