#95D06B

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

Shades of Olivine #95D06B

Tints of Olivine #95D06B

Color information

#95D06B (or 0x95D06B) is unknown color: approx Olivine. HEX triplet: 95, D0 and 6B. RGB value is (149,208,107). Sum of RGB (Red+Green+Blue) = 149+208+107=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #95D06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D06B is #6A2F94. Grayscale: #B3B3B3. Windows color (decimal): -6958997 or 7065749. OLE color: 7065749.

HSL color Cylindrical-coordinate representation of color #95D06B: hue angle of 95.05º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95D06B is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB149208107-
CMYK0.2800.490.18
HSL95.05º51.79%61.76%-
HSV(B)95.05º48.56%81.57%-
XYZ37.652.5622.07-
YUV178.8487.45106.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 208 (81.64% from 255) = 44.83%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=32.11%
G=44.83%
B=23.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492081070.2800.490.1895.0551.7961.76
Hex95D06B1C031125f343e
Octal22532015334061221376476
Binary10010101110100001101011111000110001100101011111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,208,107); }

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

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

 a { background-color: rgb(149,208,107); }

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

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

 span { border-color: rgb(149,208,107); }

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