#95CF65

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

Shades of Olivine #95CF65

Tints of Olivine #95CF65

Color information

#95CF65 (or 0x95CF65) is unknown color: approx Olivine. HEX triplet: 95, CF and 65. RGB value is (149,207,101). Sum of RGB (Red+Green+Blue) = 149+207+101=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CF65 is #6A309A. Grayscale: #B1B1B1. Windows color (decimal): -6959259 or 6672277. OLE color: 6672277.

HSL color Cylindrical-coordinate representation of color #95CF65: hue angle of 92.83º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95CF65 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB149207101-
CMYK0.2800.510.19
HSL92.83º52.48%60.39%-
HSV(B)92.83º51.21%81.18%-
XYZ37.0651.9520.39-
YUV177.5784.78107.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 207 (81.25% from 255) = 45.30%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=32.60%
G=45.30%
B=22.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492071010.2800.510.1992.8352.4860.39
Hex95CF651C033135d343c
Octal22531714534063231356474
Binary10010101110011111100101111000110011100111011101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,207,101); }

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

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

 a { background-color: rgb(149,207,101); }

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

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

 span { border-color: rgb(149,207,101); }

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