#95C775

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

Shades of Olivine #95C775

Tints of Olivine #95C775

Color information

#95C775 (or 0x95C775) is unknown color: approx Olivine. HEX triplet: 95, C7 and 75. RGB value is (149,199,117). Sum of RGB (Red+Green+Blue) = 149+199+117=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #95C775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C775 is #6A388A. Grayscale: #AEAEAE. Windows color (decimal): -6961291 or 7718805. OLE color: 7718805.

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

Color convert

RGB149199117-
CMYK0.2500.410.22
HSL96.59º42.27%61.96%-
HSV(B)96.59º41.21%78.04%-
XYZ36.0348.5224.3-
YUV174.795.44109.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.04%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=32.04%
G=42.80%
B=25.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491991170.2500.410.2296.5942.2761.96
Hex95C7751902916612a3e
Octal22530716531051261415276
Binary10010101110001111110101110010101001101101100001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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