#94C572

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

Shades of Olivine #94C572

Tints of Olivine #94C572

Color information

#94C572 (or 0x94C572) is unknown color: approx Olivine. HEX triplet: 94, C5 and 72. RGB value is (148,197,114). Sum of RGB (Red+Green+Blue) = 148+197+114=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #94C572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C572 is #6B3A8D. Grayscale: #ADADAD. Windows color (decimal): -7027342 or 7521684. OLE color: 7521684.

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

Color convert

RGB148197114-
CMYK0.2500.420.23
HSL95.42º41.71%60.98%-
HSV(B)95.42º42.13%77.25%-
XYZ35.2247.4423.22-
YUV172.8994.77110.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 197 (77.34% from 255) = 42.92%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=32.24%
G=42.92%
B=24.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481971140.2500.420.2395.4241.7160.98
Hex94C5721902A175f2a3d
Octal22430516231052271375275
Binary10010100110001011110010110010101010101111011111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,197,114); }

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

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

 a { background-color: rgb(148,197,114); }

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

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

 span { border-color: rgb(148,197,114); }

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