Html Css Color HEX #A3C077 Olivine

📋 copy color: '#A3C077'

red 163 ◦ green 192 ◦ blue 119

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

Shades of Olivine #A3C077

Tints of Olivine #A3C077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 34.39%
G = 40.51%
B = 25.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A3C077 (or 0xA3C077) is known color: Olivine. HEX triplet: A3, C0 and 77. RGB value is (163,192,119). Sum of RGB (Red+Green+Blue) = 163+192+119=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C077 is #5C3F88. Grayscale: #AFAFAF. Windows color (decimal): -6045577 or 7848099. OLE color: 7848099.

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

Color convert

RGB 163 192 119 -
CMYK 0.15 0 0.38 0.25
HSL 83.84º 0.37% 0.61% -
HSV(B) 83.84º 0.38% 0.75% -
XYZ 37.28 46.82 24.52 -
YUV 175.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 163 192 119 0.15 0 0.38 0.25 83.84 0.37 0.61
Hex A3 C0 77 F 0 26 19 54 25 3D
Octal 243 300 167 17 0 46 31 124 45 75
Binary 10100011 11000000 1110111 1111 0 100110 11001 1010100 100101 111101

Color Harmonies of #A3C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C077

Black with #A3C077

Text Example


Text Example

White with #A3C077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C077; }

 p { color: rgb(163,192,119); }

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

background-color css

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

 a { background-color: rgb(163,192,119); }

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

border-color css

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

 span { border-color: rgb(163,192,119); }

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