#94BF7A

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

Shades of Olivine #94BF7A

Tints of Olivine #94BF7A

Color information

#94BF7A (or 0x94BF7A) is unknown color: approx Olivine. HEX triplet: 94, BF and 7A. RGB value is (148,191,122). Sum of RGB (Red+Green+Blue) = 148+191+122=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF7A is #6B4085. Grayscale: #AAAAAA. Windows color (decimal): -7028870 or 8044436. OLE color: 8044436.

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

Color convert

RGB148191122-
CMYK0.2300.360.25
HSL97.39º35.03%61.37%-
HSV(B)97.39º36.13%74.9%-
XYZ34.3644.9625.28-
YUV170.28100.75112.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=32.10%
G=41.43%
B=26.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911220.2300.360.2597.3935.0361.37
Hex94BF7A170241961233d
Octal22427717227044311414375
Binary10010100101111111111010101110100100110011100001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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