#46976A

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

Shades of Ocean Green #46976A

Tints of Ocean Green #46976A

Color information

#46976A (or 0x46976A) is unknown color: approx Ocean Green. HEX triplet: 46, 97 and 6A. RGB value is (70,151,106). Sum of RGB (Red+Green+Blue) = 70+151+106=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #46976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46976A is #B96895. Grayscale: #797979. Windows color (decimal): -12150934 or 6985542. OLE color: 6985542.

HSL color Cylindrical-coordinate representation of color #46976A: hue angle of 146.67º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46976A is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB70151106-
CMYK0.5400.300.41
HSL146.67º36.65%43.33%-
HSV(B)146.67º53.64%59.22%-
XYZ16.1924.4817.51-
YUV121.65119.1691.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 151 (59.38% from 255) = 46.18%
BLUE value IS 106 (41.80% from 255) = 32.42%
R=21.41%
G=46.18%
B=32.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701511060.5400.300.41146.6736.6543.33
Hex46976A3601E2993252b
Octal10622715266036512234553
Binary100011010010111110101011011001111010100110010011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46976A; }

 p { color: rgb(70,151,106); }

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

<style>
 a { background-color: #46976A; }

 a { background-color: rgb(70,151,106); }

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

<style>
 span { border-color: #46976A; }

 span { border-color: rgb(70,151,106); }

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