#95CA70

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

Shades of Olivine #95CA70

Tints of Olivine #95CA70

Color information

#95CA70 (or 0x95CA70) is unknown color: approx Olivine. HEX triplet: 95, CA and 70. RGB value is (149,202,112). Sum of RGB (Red+Green+Blue) = 149+202+112=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CA70 is #6A358F. Grayscale: #B0B0B0. Windows color (decimal): -6960528 or 7391893. OLE color: 7391893.

HSL color Cylindrical-coordinate representation of color #95CA70: hue angle of 95.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95CA70 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB149202112-
CMYK0.2600.450.21
HSL95.33º45.92%61.57%-
HSV(B)95.33º44.55%79.22%-
XYZ36.4449.823.02-
YUV175.8991.94108.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=32.18%
G=43.63%
B=24.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021120.2600.450.2195.3345.9261.57
Hex95CA701A02D155f2e3e
Octal22531216032055251375676
Binary10010101110010101110000110100101101101011011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,202,112); }

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

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

 a { background-color: rgb(149,202,112); }

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

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

 span { border-color: rgb(149,202,112); }

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