#95C37A

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

Shades of Olivine #95C37A

Tints of Olivine #95C37A

Color information

#95C37A (or 0x95C37A) is unknown color: approx Olivine. HEX triplet: 95, C3 and 7A. RGB value is (149,195,122). Sum of RGB (Red+Green+Blue) = 149+195+122=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #95C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C37A is #6A3C85. Grayscale: #ADADAD. Windows color (decimal): -6962310 or 8045461. OLE color: 8045461.

HSL color Cylindrical-coordinate representation of color #95C37A: hue angle of 97.81º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95C37A is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB149195122-
CMYK0.2400.370.24
HSL97.81º37.82%62.16%-
HSV(B)97.81º37.44%76.47%-
XYZ35.4246.8225.58-
YUV172.9299.26110.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=31.97%
G=41.85%
B=26.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951220.2400.370.2497.8137.8262.16
Hex95C37A180251862263e
Octal22530317230045301424676
Binary10010101110000111111010110000100101110001100010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,195,122); }

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

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

 a { background-color: rgb(149,195,122); }

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

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

 span { border-color: rgb(149,195,122); }

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