#94BF68

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

Shades of Olivine #94BF68

Tints of Olivine #94BF68

Color information

#94BF68 (or 0x94BF68) is unknown color: approx Olivine. HEX triplet: 94, BF and 68. RGB value is (148,191,104). Sum of RGB (Red+Green+Blue) = 148+191+104=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF68 is #6B4097. Grayscale: #A8A8A8. Windows color (decimal): -7028888 or 6864788. OLE color: 6864788.

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

Color convert

RGB148191104-
CMYK0.2300.460.25
HSL89.66º40.47%57.84%-
HSV(B)89.66º45.55%74.9%-
XYZ33.3444.5619.94-
YUV168.2291.75113.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=33.41%
G=43.12%
B=23.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911040.2300.460.2589.6640.4757.84
Hex94BF681702E195a283a
Octal22427715027056311325072
Binary10010100101111111101000101110101110110011011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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