#94BF7C

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

Shades of Olivine #94BF7C

Tints of Olivine #94BF7C

Color information

#94BF7C (or 0x94BF7C) is unknown color: approx Olivine. HEX triplet: 94, BF and 7C. RGB value is (148,191,124). Sum of RGB (Red+Green+Blue) = 148+191+124=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF7C is #6B4083. Grayscale: #AAAAAA. Windows color (decimal): -7028868 or 8175508. OLE color: 8175508.

HSL color Cylindrical-coordinate representation of color #94BF7C: hue angle of 98.51º 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 #94BF7C is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB148191124-
CMYK0.2300.350.25
HSL98.51º34.36%61.76%-
HSV(B)98.51º35.08%74.9%-
XYZ34.4845.0125.94-
YUV170.5101.75111.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=31.97%
G=41.25%
B=26.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911240.2300.350.2598.5134.3661.76
Hex94BF7C170231963223e
Octal22427717427043311434276
Binary10010100101111111111100101110100011110011100011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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