#4E9A69

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

Shades of Ocean Green #4E9A69

Tints of Ocean Green #4E9A69

Color information

#4E9A69 (or 0x4E9A69) is unknown color: approx Ocean Green. HEX triplet: 4E, 9A and 69. RGB value is (78,154,105). Sum of RGB (Red+Green+Blue) = 78+154+105=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #4E9A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9A69 is #B16596. Grayscale: #7D7D7D. Windows color (decimal): -11625879 or 6920782. OLE color: 6920782.

HSL color Cylindrical-coordinate representation of color #4E9A69: hue angle of 141.32º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9A69 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB78154105-
CMYK0.4900.320.40
HSL141.32º32.76%45.49%-
HSV(B)141.32º49.35%60.39%-
XYZ17.2525.7517.43-
YUV125.69116.3293.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=23.15%
G=45.70%
B=31.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781541050.4900.320.40141.3232.7645.49
Hex4E9A6931020288d212d
Octal11623215161040502154155
Binary1001110100110101101001110001010000010100010001101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E9A69; }

 p { color: rgb(78,154,105); }

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

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

 a { background-color: rgb(78,154,105); }

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

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

 span { border-color: rgb(78,154,105); }

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