#95C275

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

Shades of Olivine #95C275

Tints of Olivine #95C275

Color information

#95C275 (or 0x95C275) is unknown color: approx Olivine. HEX triplet: 95, C2 and 75. RGB value is (149,194,117). Sum of RGB (Red+Green+Blue) = 149+194+117=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #95C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C275 is #6A3D8A. Grayscale: #ACACAC. Windows color (decimal): -6962571 or 7717525. OLE color: 7717525.

HSL color Cylindrical-coordinate representation of color #95C275: hue angle of 95.06º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95C275 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB149194117-
CMYK0.2300.400.24
HSL95.06º38.69%60.98%-
HSV(B)95.06º39.69%76.08%-
XYZ34.946.2623.92-
YUV171.7797.09111.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 194 (76.17% from 255) = 42.17%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=32.39%
G=42.17%
B=25.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491941170.2300.400.2495.0638.6960.98
Hex95C27517028185f273d
Octal22530216527050301374775
Binary10010101110000101110101101110101000110001011111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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