#94BF75

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

Shades of Olivine #94BF75

Tints of Olivine #94BF75

Color information

#94BF75 (or 0x94BF75) is unknown color: approx Olivine. HEX triplet: 94, BF and 75. RGB value is (148,191,117). Sum of RGB (Red+Green+Blue) = 148+191+117=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF75 is #6B408A. Grayscale: #A9A9A9. Windows color (decimal): -7028875 or 7716756. OLE color: 7716756.

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

Color convert

RGB148191117-
CMYK0.2300.390.25
HSL94.86º36.63%60.39%-
HSV(B)94.86º38.74%74.9%-
XYZ34.0544.8423.69-
YUV169.7198.25112.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=32.46%
G=41.89%
B=25.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911170.2300.390.2594.8636.6360.39
Hex94BF7517027195f253c
Octal22427716527047311374574
Binary10010100101111111110101101110100111110011011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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