#94BF60

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

Shades of Olivine #94BF60

Tints of Olivine #94BF60

Color information

#94BF60 (or 0x94BF60) is unknown color: approx Olivine. HEX triplet: 94, BF and 60. RGB value is (148,191,96). Sum of RGB (Red+Green+Blue) = 148+191+96=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF60 is #6B409F. Grayscale: #A7A7A7. Windows color (decimal): -7028896 or 6340500. OLE color: 6340500.

HSL color Cylindrical-coordinate representation of color #94BF60: hue angle of 87.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94BF60 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB14819196-
CMYK0.2300.500.25
HSL87.16º42.6%56.27%-
HSV(B)87.16º49.74%74.9%-
XYZ32.9544.417.9-
YUV167.3187.75114.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=34.02%
G=43.91%
B=22.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148191960.2300.500.2587.1642.656.27
Hex94BF601703219572b38
Octal22427714027062311275370
Binary10010100101111111100000101110110010110011010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BF60; }

 p { color: rgb(148,191,96); }

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

<style>
 a { background-color: #94BF60; }

 a { background-color: rgb(148,191,96); }

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

<style>
 span { border-color: #94BF60; }

 span { border-color: rgb(148,191,96); }

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