#469969

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

Shades of Ocean Green #469969

Tints of Ocean Green #469969

Color information

#469969 (or 0x469969) is unknown color: approx Ocean Green. HEX triplet: 46, 99 and 69. RGB value is (70,153,105). Sum of RGB (Red+Green+Blue) = 70+153+105=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #469969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469969 is #B96696. Grayscale: #7A7A7A. Windows color (decimal): -12150423 or 6920518. OLE color: 6920518.

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

Color convert

RGB70153105-
CMYK0.5400.310.4
HSL145.3º37.22%43.73%-
HSV(B)145.3º54.25%60%-
XYZ16.4725.117.34-
YUV122.7111890.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 153 (60.16% from 255) = 46.65%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=21.34%
G=46.65%
B=32.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531050.5400.310.4145.337.2243.73
Hex4699693601F2891252c
Octal10623115166037502214554
Binary100011010011001110100111011001111110100010010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469969; }

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

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

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

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

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

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

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

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