#95C771

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

Shades of Olivine #95C771

Tints of Olivine #95C771

Color information

#95C771 (or 0x95C771) is unknown color: approx Olivine. HEX triplet: 95, C7 and 71. RGB value is (149,199,113). Sum of RGB (Red+Green+Blue) = 149+199+113=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #95C771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C771 is #6A388E. Grayscale: #AEAEAE. Windows color (decimal): -6961295 or 7456661. OLE color: 7456661.

HSL color Cylindrical-coordinate representation of color #95C771: hue angle of 94.88º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95C771 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB149199113-
CMYK0.2500.430.22
HSL94.88º43.43%61.18%-
HSV(B)94.88º43.22%78.04%-
XYZ35.848.4323.08-
YUV174.2593.44109.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=32.32%
G=43.17%
B=24.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491991130.2500.430.2294.8843.4361.18
Hex95C7711902B165f2b3d
Octal22530716131053261375375
Binary10010101110001111110001110010101011101101011111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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