#469D6D

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

Shades of Ocean Green #469D6D

Tints of Ocean Green #469D6D

Color information

#469D6D (or 0x469D6D) is unknown color: approx Ocean Green. HEX triplet: 46, 9D and 6D. RGB value is (70,157,109). Sum of RGB (Red+Green+Blue) = 70+157+109=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #469D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D6D is #B96292. Grayscale: #7D7D7D. Windows color (decimal): -12149395 or 7183686. OLE color: 7183686.

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

Color convert

RGB70157109-
CMYK0.5500.310.38
HSL146.9º38.33%44.51%-
HSV(B)146.9º55.41%61.57%-
XYZ17.3426.5218.67-
YUV125.52118.6888.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 157 (61.72% from 255) = 46.73%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=20.83%
G=46.73%
B=32.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701571090.5500.310.38146.938.3344.51
Hex469D6D3701F2693262d
Octal10623515567037462234655
Binary100011010011101110110111011101111110011010010011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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