#46A766

Color #46A766 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #46A766

Tints of Ocean Green #46A766

Color information

#46A766 (or 0x46A766) is unknown color: approx Ocean Green. HEX triplet: 46, A7 and 66. RGB value is (70,167,102). Sum of RGB (Red+Green+Blue) = 70+167+102=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #46A766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A766 is #B95899. Grayscale: #828282. Windows color (decimal): -12146842 or 6727494. OLE color: 6727494.

HSL color Cylindrical-coordinate representation of color #46A766: hue angle of 139.79º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A766 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB70167102-
CMYK0.5800.390.35
HSL139.79º40.93%46.47%-
HSV(B)139.79º58.08%65.49%-
XYZ18.7429.917.35-
YUV130.59111.8684.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 167 (65.62% from 255) = 49.26%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=20.65%
G=49.26%
B=30.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701671020.5800.390.35139.7940.9346.47
Hex46A7663A027238c292e
Octal10624714672047432145156
Binary1000110101001111100110111010010011110001110001100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A766; }

 p { color: rgb(70,167,102); }

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

<style>
 a { background-color: #46A766; }

 a { background-color: rgb(70,167,102); }

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

<style>
 span { border-color: #46A766; }

 span { border-color: rgb(70,167,102); }

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