#95C378

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

Shades of Olivine #95C378

Tints of Olivine #95C378

Color information

#95C378 (or 0x95C378) is unknown color: approx Olivine. HEX triplet: 95, C3 and 78. RGB value is (149,195,120). Sum of RGB (Red+Green+Blue) = 149+195+120=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #95C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C378 is #6A3C87. Grayscale: #ACACAC. Windows color (decimal): -6962312 or 7914389. OLE color: 7914389.

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

Color convert

RGB149195120-
CMYK0.2400.380.24
HSL96.8º38.46%61.76%-
HSV(B)96.8º38.46%76.47%-
XYZ35.346.7824.94-
YUV172.798.26111.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=32.11%
G=42.03%
B=25.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951200.2400.380.2496.838.4661.76
Hex95C378180261861263e
Octal22530317030046301414676
Binary10010101110000111111000110000100110110001100001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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