#94C66B

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

Shades of Olivine #94C66B

Tints of Olivine #94C66B

Color information

#94C66B (or 0x94C66B) is unknown color: approx Olivine. HEX triplet: 94, C6 and 6B. RGB value is (148,198,107). Sum of RGB (Red+Green+Blue) = 148+198+107=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #94C66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C66B is #6B3994. Grayscale: #ACACAC. Windows color (decimal): -7027093 or 7063188. OLE color: 7063188.

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

Color convert

RGB148198107-
CMYK0.2500.460.22
HSL92.97º44.39%59.8%-
HSV(B)92.97º45.96%77.65%-
XYZ35.0647.7521.28-
YUV172.6890.94110.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 198 (77.73% from 255) = 43.71%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=32.67%
G=43.71%
B=23.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481981070.2500.460.2292.9744.3959.8
Hex94C66B1902E165d2c3c
Octal22430615331056261355474
Binary10010100110001101101011110010101110101101011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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