#469972

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

Shades of Ocean Green #469972

Tints of Ocean Green #469972

Color information

#469972 (or 0x469972) is unknown color: approx Ocean Green. HEX triplet: 46, 99 and 72. RGB value is (70,153,114). Sum of RGB (Red+Green+Blue) = 70+153+114=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #469972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469972 is #B9668D. Grayscale: #7B7B7B. Windows color (decimal): -12150414 or 7510342. OLE color: 7510342.

HSL color Cylindrical-coordinate representation of color #469972: hue angle of 151.81º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469972 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB70153114-
CMYK0.5400.250.4
HSL151.81º37.22%43.73%-
HSV(B)151.81º54.25%60%-
XYZ16.9525.319.91-
YUV123.74122.589.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=20.77%
G=45.40%
B=33.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531140.5400.250.4151.8137.2243.73
Hex469972360192898252c
Octal10623116266031502304554
Binary100011010011001111001011011001100110100010011000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469972; }

 p { color: rgb(70,153,114); }

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

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

 a { background-color: rgb(70,153,114); }

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

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

 span { border-color: rgb(70,153,114); }

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