Html Css Color HEX #A3BF78 Olivine

📋 copy color: '#A3BF78'

red 163 ◦ green 191 ◦ blue 120

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

Shades of Olivine #A3BF78

Tints of Olivine #A3BF78

RGB

 RED value IS 163 (64.06% from 255) = 34.39%

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

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

R = 34.39%
G = 40.3%
B = 25.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#A3BF78 (or 0xA3BF78) is known color: Olivine. HEX triplet: A3, BF and 78. RGB value is (163,191,120). Sum of RGB (Red+Green+Blue) = 163+191+120=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF78 is #5C4087. Grayscale: #AEAEAE. Windows color (decimal): -6045832 or 7913379. OLE color: 7913379.

HSL color Cylindrical-coordinate representation of color #A3BF78: hue angle of 83.66º 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 #A3BF78 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 191 120 -
CMYK 0.15 0 0.37 0.25
HSL 83.66º 0.36% 0.61% -
HSV(B) 83.66º 0.37% 0.75% -
XYZ 37.13 46.4 24.77 -
YUV 174.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 163 191 120 0.15 0 0.37 0.25 83.66 0.36 0.61
Hex A3 BF 78 F 0 25 19 54 24 3D
Octal 243 277 170 17 0 45 31 124 44 75
Binary 10100011 10111111 1111000 1111 0 100101 11001 1010100 100100 111101

Color Harmonies of #A3BF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BF78

Black with #A3BF78

Text Example


Text Example

White with #A3BF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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