Html Css Color HEX #A0BF78 Olivine

📋 copy color: '#A0BF78'

red 160 ◦ green 191 ◦ blue 120

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

Shades of Olivine #A0BF78

Tints of Olivine #A0BF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.48%

R = 33.97%
G = 40.55%
B = 25.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#A0BF78 (or 0xA0BF78) is known color: Olivine. HEX triplet: A0, BF and 78. RGB value is (160,191,120). Sum of RGB (Red+Green+Blue) = 160+191+120=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF78 is #5F4087. Grayscale: #ADADAD. Windows color (decimal): -6242440 or 7913376. OLE color: 7913376.

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

Color convert

RGB 160 191 120 -
CMYK 0.16 0 0.37 0.25
HSL 86.2º 0.36% 0.61% -
HSV(B) 86.2º 0.37% 0.75% -
XYZ 36.52 46.09 24.74 -
YUV 173.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 160 191 120 0.16 0 0.37 0.25 86.2 0.36 0.61
Hex A0 BF 78 10 0 25 19 56 24 3D
Octal 240 277 170 20 0 45 31 126 44 75
Binary 10100000 10111111 1111000 10000 0 100101 11001 1010110 100100 111101

Color Harmonies of #A0BF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF78

Black with #A0BF78

Text Example


Text Example

White with #A0BF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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