#95BE74

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

Shades of Olivine #95BE74

Tints of Olivine #95BE74

Color information

#95BE74 (or 0x95BE74) is unknown color: approx Olivine. HEX triplet: 95, BE and 74. RGB value is (149,190,116). Sum of RGB (Red+Green+Blue) = 149+190+116=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BE74 is #6A418B. Grayscale: #A9A9A9. Windows color (decimal): -6963596 or 7650965. OLE color: 7650965.

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

Color convert

RGB149190116-
CMYK0.2200.390.25
HSL93.24º36.27%60%-
HSV(B)93.24º38.95%74.51%-
XYZ33.9644.4823.32-
YUV169.397.92113.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=32.75%
G=41.76%
B=25.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901160.2200.390.2593.2436.2760
Hex95BE7416027195d243c
Octal22527616426047311354474
Binary10010101101111101110100101100100111110011011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,116); }

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

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

 a { background-color: rgb(149,190,116); }

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

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

 span { border-color: rgb(149,190,116); }

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