#459969

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

Shades of Ocean Green #459969

Tints of Ocean Green #459969

Color information

#459969 (or 0x459969) is unknown color: approx Ocean Green. HEX triplet: 45, 99 and 69. RGB value is (69,153,105). Sum of RGB (Red+Green+Blue) = 69+153+105=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #459969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459969 is #BA6696. Grayscale: #7A7A7A. Windows color (decimal): -12215959 or 6920517. OLE color: 6920517.

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

Color convert

RGB69153105-
CMYK0.5500.310.4
HSL145.71º37.84%43.53%-
HSV(B)145.71º54.9%60%-
XYZ16.425.0717.34-
YUV122.41118.1789.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=21.10%
G=46.79%
B=32.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531050.5500.310.4145.7137.8443.53
Hex4599693701F2892262c
Octal10523115167037502224654
Binary100010110011001110100111011101111110100010010010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459969; }

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

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

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

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

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

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

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

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