#A5C377

Color #A5C377 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A5C377

Tints of Olivine #A5C377

Color information

#A5C377 (or 0xA5C377) is unknown color: approx Olivine. HEX triplet: A5, C3 and 77. RGB value is (165,195,119). Sum of RGB (Red+Green+Blue) = 165+195+119=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C377 is #5A3C88. Grayscale: #B1B1B1. Windows color (decimal): -5913737 or 7848869. OLE color: 7848869.

HSL color Cylindrical-coordinate representation of color #A5C377: hue angle of 83.68º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5C377 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB165195119-
CMYK0.1500.390.24
HSL83.68º38.78%61.57%-
HSV(B)83.68º38.97%76.47%-
XYZ38.3648.3624.77-
YUV177.3795.06119.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 195 (76.56% from 255) = 40.71%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=34.45%
G=40.71%
B=24.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951190.1500.390.2483.6838.7861.57
HexA5C377F0271854273e
Octal24530316717047301244776
Binary1010010111000011111011111110100111110001010100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C377; }

 p { color: rgb(165,195,119); }

 H1.HeaderClassName
 {
   color: #A5C377;
 }
 .AnyTagClassName
 {
   color: #A5C377;
 }
</style>
background-color css

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

 a { background-color: rgb(165,195,119); }

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

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

 span { border-color: rgb(165,195,119); }

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