#94C663

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

Shades of Olivine #94C663

Tints of Olivine #94C663

Color information

#94C663 (or 0x94C663) is unknown color: approx Olivine. HEX triplet: 94, C6 and 63. RGB value is (148,198,99). Sum of RGB (Red+Green+Blue) = 148+198+99=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #94C663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C663 is #6B399C. Grayscale: #ACACAC. Windows color (decimal): -7027101 or 6538900. OLE color: 6538900.

HSL color Cylindrical-coordinate representation of color #94C663: hue angle of 90.3º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94C663 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB14819899-
CMYK0.2500.500.22
HSL90.3º46.48%58.24%-
HSV(B)90.3º50%77.65%-
XYZ34.6647.5819.16-
YUV171.7686.94111.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 198 (77.73% from 255) = 44.49%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=33.26%
G=44.49%
B=22.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148198990.2500.500.2290.346.4858.24
Hex94C66319032165a2e3a
Octal22430614331062261325672
Binary10010100110001101100011110010110010101101011010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,198,99); }

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

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

 a { background-color: rgb(148,198,99); }

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

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

 span { border-color: rgb(148,198,99); }

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