#94C677

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

Shades of Olivine #94C677

Tints of Olivine #94C677

Color information

#94C677 (or 0x94C677) is unknown color: approx Olivine. HEX triplet: 94, C6 and 77. RGB value is (148,198,119). Sum of RGB (Red+Green+Blue) = 148+198+119=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #94C677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C677 is #6B3988. Grayscale: #AEAEAE. Windows color (decimal): -7027081 or 7849620. OLE color: 7849620.

HSL color Cylindrical-coordinate representation of color #94C677: hue angle of 97.97º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94C677 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB148198119-
CMYK0.2500.400.22
HSL97.97º40.93%62.16%-
HSV(B)97.97º39.9%77.65%-
XYZ35.7448.0224.84-
YUV174.0496.94109.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=31.83%
G=42.58%
B=25.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481981190.2500.400.2297.9740.9362.16
Hex94C677190281662293e
Octal22430616731050261425176
Binary10010100110001101110111110010101000101101100010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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