#A5C075

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

Shades of Olivine #A5C075

Tints of Olivine #A5C075

Color information

#A5C075 (or 0xA5C075) is unknown color: approx Olivine. HEX triplet: A5, C0 and 75. RGB value is (165,192,117). Sum of RGB (Red+Green+Blue) = 165+192+117=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C075 is #5A3F8A. Grayscale: #AFAFAF. Windows color (decimal): -5914507 or 7717029. OLE color: 7717029.

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

Color convert

RGB165192117-
CMYK0.1400.390.25
HSL81.6º37.31%60.59%-
HSV(B)81.6º39.06%75.29%-
XYZ37.5846.9823.92-
YUV175.3895.05120.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=34.81%
G=40.51%
B=24.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651921170.1400.390.2581.637.3160.59
HexA5C075E0271952253d
Octal24530016516047311224575
Binary1010010111000000111010111100100111110011010010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C075; }

 p { color: rgb(165,192,117); }

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

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

 a { background-color: rgb(165,192,117); }

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

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

 span { border-color: rgb(165,192,117); }

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