#95BF6D

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

Shades of Olivine #95BF6D

Tints of Olivine #95BF6D

Color information

#95BF6D (or 0x95BF6D) is unknown color: approx Olivine. HEX triplet: 95, BF and 6D. RGB value is (149,191,109). Sum of RGB (Red+Green+Blue) = 149+191+109=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF6D is #6A4092. Grayscale: #A9A9A9. Windows color (decimal): -6963347 or 7192469. OLE color: 7192469.

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

Color convert

RGB149191109-
CMYK0.2200.430.25
HSL90.73º39.05%58.82%-
HSV(B)90.73º42.93%74.9%-
XYZ33.7944.7621.33-
YUV169.0994.09113.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=33.18%
G=42.54%
B=24.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911090.2200.430.2590.7339.0558.82
Hex95BF6D1602B195b273b
Octal22527715526053311334773
Binary10010101101111111101101101100101011110011011011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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