#469D6F

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

Shades of Ocean Green #469D6F

Tints of Ocean Green #469D6F

Color information

#469D6F (or 0x469D6F) is unknown color: approx Ocean Green. HEX triplet: 46, 9D and 6F. RGB value is (70,157,111). Sum of RGB (Red+Green+Blue) = 70+157+111=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #469D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D6F is #B96290. Grayscale: #7D7D7D. Windows color (decimal): -12149393 or 7314758. OLE color: 7314758.

HSL color Cylindrical-coordinate representation of color #469D6F: hue angle of 148.28º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D6F is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB70157111-
CMYK0.5500.290.38
HSL148.28º38.33%44.51%-
HSV(B)148.28º55.41%61.57%-
XYZ17.4526.5619.25-
YUV125.74119.6888.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 157 (61.72% from 255) = 46.45%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=20.71%
G=46.45%
B=32.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701571110.5500.290.38148.2838.3344.51
Hex469D6F3701D2694262d
Octal10623515767035462244655
Binary100011010011101110111111011101110110011010010100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,157,111); }

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

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

 a { background-color: rgb(70,157,111); }

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

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

 span { border-color: rgb(70,157,111); }

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