#95C567

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

Shades of Olivine #95C567

Tints of Olivine #95C567

Color information

#95C567 (or 0x95C567) is unknown color: approx Olivine. HEX triplet: 95, C5 and 67. RGB value is (149,197,103). Sum of RGB (Red+Green+Blue) = 149+197+103=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #95C567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C567 is #6A3A98. Grayscale: #ACACAC. Windows color (decimal): -6961817 or 6800789. OLE color: 6800789.

HSL color Cylindrical-coordinate representation of color #95C567: hue angle of 90.64º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95C567 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB149197103-
CMYK0.2400.480.23
HSL90.64º44.76%58.82%-
HSV(B)90.64º47.72%77.25%-
XYZ34.8147.320.13-
YUV171.9389.1111.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 197 (77.34% from 255) = 43.88%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=33.18%
G=43.88%
B=22.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971030.2400.480.2390.6444.7658.82
Hex95C56718030175b2d3b
Octal22530514730060271335573
Binary10010101110001011100111110000110000101111011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,197,103); }

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

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

 a { background-color: rgb(149,197,103); }

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

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

 span { border-color: rgb(149,197,103); }

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