#4e9a68

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

Shades of Ocean Green #4E9A68

Tints of Ocean Green #4E9A68

Color information

#4E9A68 (or 0x4E9A68) is unknown color: approx Ocean Green. HEX triplet: 4E, 9A and 68. RGB value is (78,154,104). Sum of RGB (Red+Green+Blue) = 78+154+104=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #4E9A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9A68 is #B16597. Grayscale: #7D7D7D. Windows color (decimal): -11625880 or 6855246. OLE color: 6855246.

HSL color Cylindrical-coordinate representation of color #4E9A68: hue angle of 140.53º 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 #4E9A68 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB78154104-
CMYK0.4900.320.40
HSL140.53º32.76%45.49%-
HSV(B)140.53º49.35%60.39%-
XYZ17.225.7317.16-
YUV125.58115.8294.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.21%
GREEN value IS 154 (60.55% from 255) = 45.83%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=23.21%
G=45.83%
B=30.95%

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
Decimal781541040.4900.320.40140.5332.7645.49
Hex4E9A6831020288d212d
Octal11623215061040502154155
Binary1001110100110101101000110001010000010100010001101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e9a68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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