#94BF7E

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

Shades of Olivine #94BF7E

Tints of Olivine #94BF7E

Color information

#94BF7E (or 0x94BF7E) is unknown color: approx Olivine. HEX triplet: 94, BF and 7E. RGB value is (148,191,126). Sum of RGB (Red+Green+Blue) = 148+191+126=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF7E is #6B4081. Grayscale: #AAAAAA. Windows color (decimal): -7028866 or 8306580. OLE color: 8306580.

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

Color convert

RGB148191126-
CMYK0.2300.340.25
HSL99.69º33.68%62.16%-
HSV(B)99.69º34.03%74.9%-
XYZ34.6145.0626.61-
YUV170.73102.75111.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=31.83%
G=41.08%
B=27.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911260.2300.340.2599.6933.6862.16
Hex94BF7E170221964223e
Octal22427717627042311444276
Binary10010100101111111111110101110100010110011100100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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