#469A71

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

Shades of Ocean Green #469A71

Tints of Ocean Green #469A71

Color information

#469A71 (or 0x469A71) is unknown color: approx Ocean Green. HEX triplet: 46, 9A and 71. RGB value is (70,154,113). Sum of RGB (Red+Green+Blue) = 70+154+113=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #469A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A71 is #B9658E. Grayscale: #7C7C7C. Windows color (decimal): -12150159 or 7445062. OLE color: 7445062.

HSL color Cylindrical-coordinate representation of color #469A71: hue angle of 150.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A71 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB70154113-
CMYK0.5500.270.40
HSL150.71º37.5%43.92%-
HSV(B)150.71º54.55%60.39%-
XYZ17.0625.6119.67-
YUV124.21121.6789.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=20.77%
G=45.70%
B=33.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701541130.5500.270.40150.7137.543.92
Hex469A713701B2897262c
Octal10623216167033502274654
Binary100011010011010111000111011101101110100010010111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469A71; }

 p { color: rgb(70,154,113); }

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

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

 a { background-color: rgb(70,154,113); }

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

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

 span { border-color: rgb(70,154,113); }

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