Html Css Color HEX #A0BF7D Olivine

📋 copy color: '#A0BF7D'

red 160 ◦ green 191 ◦ blue 125

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

Shades of Olivine #A0BF7D

Tints of Olivine #A0BF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 33.61%
G = 40.13%
B = 26.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A0BF7D (or 0xA0BF7D) is known color: Olivine. HEX triplet: A0, BF and 7D. RGB value is (160,191,125). Sum of RGB (Red+Green+Blue) = 160+191+125=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF7D is #5F4082. Grayscale: #AEAEAE. Windows color (decimal): -6242435 or 8241056. OLE color: 8241056.

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

Color convert

RGB 160 191 125 -
CMYK 0.16 0 0.35 0.25
HSL 88.18º 0.34% 0.62% -
HSV(B) 88.18º 0.35% 0.75% -
XYZ 36.83 46.22 26.38 -
YUV 174.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 160 191 125 0.16 0 0.35 0.25 88.18 0.34 0.62
Hex A0 BF 7D 10 0 23 19 58 22 3E
Octal 240 277 175 20 0 43 31 130 42 76
Binary 10100000 10111111 1111101 10000 0 100011 11001 1011000 100010 111110

Color Harmonies of #A0BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF7D

Black with #A0BF7D

Text Example


Text Example

White with #A0BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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