#469A6C

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

Shades of Ocean Green #469A6C

Tints of Ocean Green #469A6C

Color information

#469A6C (or 0x469A6C) is unknown color: approx Ocean Green. HEX triplet: 46, 9A and 6C. RGB value is (70,154,108). Sum of RGB (Red+Green+Blue) = 70+154+108=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #469A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A6C is #B96593. Grayscale: #7B7B7B. Windows color (decimal): -12150164 or 7117382. OLE color: 7117382.

HSL color Cylindrical-coordinate representation of color #469A6C: hue angle of 147.14º 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 #469A6C is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB70154108-
CMYK0.5500.300.40
HSL147.14º37.5%43.92%-
HSV(B)147.14º54.55%60.39%-
XYZ16.7925.518.22-
YUV123.64119.1789.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 154 (60.55% from 255) = 46.39%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=21.08%
G=46.39%
B=32.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701541080.5500.300.40147.1437.543.92
Hex469A6C3701E2893262c
Octal10623215467036502234654
Binary100011010011010110110011011101111010100010010011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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