#95bf7d

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

Shades of Olivine #95BF7D

Tints of Olivine #95BF7D

Color information

#95BF7D (or 0x95BF7D) is unknown color: approx Olivine. HEX triplet: 95, BF and 7D. RGB value is (149,191,125). Sum of RGB (Red+Green+Blue) = 149+191+125=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF7D is #6A4082. Grayscale: #ABABAB. Windows color (decimal): -6963331 or 8241045. OLE color: 8241045.

HSL color Cylindrical-coordinate representation of color #95BF7D: hue angle of 98.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95BF7D is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB149191125-
CMYK0.2200.350.25
HSL98.18º34.02%61.96%-
HSV(B)98.18º34.55%74.9%-
XYZ34.7345.1326.28-
YUV170.92102.09112.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.04%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=32.04%
G=41.08%
B=26.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911250.2200.350.2598.1834.0261.96
Hex95BF7D160231962223e
Octal22527717526043311424276
Binary10010101101111111111101101100100011110011100010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95bf7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,191,125); }

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

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

 a { background-color: rgb(149,191,125); }

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

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

 span { border-color: rgb(149,191,125); }

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