#469968

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

Shades of Ocean Green #469968

Tints of Ocean Green #469968

Color information

#469968 (or 0x469968) is unknown color: approx Ocean Green. HEX triplet: 46, 99 and 68. RGB value is (70,153,104). Sum of RGB (Red+Green+Blue) = 70+153+104=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #469968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469968 is #B96697. Grayscale: #7A7A7A. Windows color (decimal): -12150424 or 6854982. OLE color: 6854982.

HSL color Cylindrical-coordinate representation of color #469968: hue angle of 144.58º 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 #469968 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB70153104-
CMYK0.5400.320.4
HSL144.58º37.22%43.73%-
HSV(B)144.58º54.25%60%-
XYZ16.4225.0817.07-
YUV122.6117.590.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=21.41%
G=46.79%
B=31.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531040.5400.320.4144.5837.2243.73
Hex469968360202891252c
Octal10623115066040502214554
Binary1000110100110011101000110110010000010100010010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469968; }

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

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

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

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

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

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

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

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