Html Css Color HEX #A1C077 Olivine

📋 copy color: '#A1C077'

red 161 ◦ green 192 ◦ blue 119

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

Shades of Olivine #A1C077

Tints of Olivine #A1C077

RGB

 RED value IS 161 (63.28% from 255) = 34.11%

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

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

R = 34.11%
G = 40.68%
B = 25.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A1C077 (or 0xA1C077) is known color: Olivine. HEX triplet: A1, C0 and 77. RGB value is (161,192,119). Sum of RGB (Red+Green+Blue) = 161+192+119=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C077 is #5E3F88. Grayscale: #AEAEAE. Windows color (decimal): -6176649 or 7848097. OLE color: 7848097.

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

Color convert

RGB 161 192 119 -
CMYK 0.16 0 0.38 0.25
HSL 85.48º 0.37% 0.61% -
HSV(B) 85.48º 0.38% 0.75% -
XYZ 36.88 46.61 24.51 -
YUV 174.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 161 192 119 0.16 0 0.38 0.25 85.48 0.37 0.61
Hex A1 C0 77 10 0 26 19 55 25 3D
Octal 241 300 167 20 0 46 31 125 45 75
Binary 10100001 11000000 1110111 10000 0 100110 11001 1010101 100101 111101

Color Harmonies of #A1C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C077

Black with #A1C077

Text Example


Text Example

White with #A1C077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C077; }

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

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

background-color css

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

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

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

border-color css

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

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

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