#95C571

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

Shades of Olivine #95C571

Tints of Olivine #95C571

Color information

#95C571 (or 0x95C571) is unknown color: approx Olivine. HEX triplet: 95, C5 and 71. RGB value is (149,197,113). Sum of RGB (Red+Green+Blue) = 149+197+113=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #95C571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C571 is #6A3A8E. Grayscale: #ADADAD. Windows color (decimal): -6961807 or 7456149. OLE color: 7456149.

HSL color Cylindrical-coordinate representation of color #95C571: hue angle of 94.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95C571 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB149197113-
CMYK0.2400.430.23
HSL94.29º42%60.78%-
HSV(B)94.29º42.64%77.25%-
XYZ35.3447.5122.93-
YUV173.0794.1110.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 197 (77.34% from 255) = 42.92%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=32.46%
G=42.92%
B=24.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971130.2400.430.2394.294260.78
Hex95C5711802B175e2a3d
Octal22530516130053271365275
Binary10010101110001011110001110000101011101111011110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C571; }

 p { color: rgb(149,197,113); }

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

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

 a { background-color: rgb(149,197,113); }

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

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

 span { border-color: rgb(149,197,113); }

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