#469875

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

Shades of Ocean Green #469875

Tints of Ocean Green #469875

Color information

#469875 (or 0x469875) is unknown color: approx Ocean Green. HEX triplet: 46, 98 and 75. RGB value is (70,152,117). Sum of RGB (Red+Green+Blue) = 70+152+117=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #469875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469875 is #B9678A. Grayscale: #7B7B7B. Windows color (decimal): -12150667 or 7706694. OLE color: 7706694.

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

Color convert

RGB70152117-
CMYK0.5400.230.40
HSL154.39º36.94%43.53%-
HSV(B)154.39º53.95%59.61%-
XYZ16.9625.0420.77-
YUV123.49124.3389.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=20.65%
G=44.84%
B=34.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701521170.5400.230.40154.3936.9443.53
Hex46987536017289a252c
Octal10623016566027502324554
Binary100011010011000111010111011001011110100010011010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469875; }

 p { color: rgb(70,152,117); }

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

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

 a { background-color: rgb(70,152,117); }

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

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

 span { border-color: rgb(70,152,117); }

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