Html Css Color HEX #4E9F70 Ocean Green

📋 copy color: '#4E9F70'

red 78 ◦ green 159 ◦ blue 112

#4E9F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4E9F70

Tints of Ocean Green #4E9F70

RGB

 RED value IS 78 (30.86% from 255) = 22.35%

 GREEN value IS 159 (62.5% from 255) = 45.56%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 22.35%
G = 45.56%
B = 32.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#4E9F70 (or 0x4E9F70) is known color: Ocean Green. HEX triplet: 4E, 9F and 70. RGB value is (78,159,112). Sum of RGB (Red+Green+Blue) = 78+159+112=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9F70 is #B1608F. Grayscale: #818181. Windows color (decimal): -11624592 or 7380814. OLE color: 7380814.

HSL color Cylindrical-coordinate representation of color #4E9F70: hue angle of 145.19º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F70 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 159 112 -
CMYK 0.51 0 0.30 0.38
HSL 145.19º 0.34% 0.46% -
HSV(B) 145.19º 0.51% 0.62% -
XYZ 18.46 27.59 19.68 -
YUV 129.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 78 159 112 0.51 0 0.30 0.38 145.19 0.34 0.46
Hex 4E 9F 70 33 0 1E 26 91 22 2E
Octal 116 237 160 63 0 36 46 221 42 56
Binary 1001110 10011111 1110000 110011 0 11110 100110 10010001 100010 101110

Color Harmonies of #4E9F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9F70

Black with #4E9F70

Text Example


Text Example

White with #4E9F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,159,112); }

 H1.HeaderClassName
 {
   color: #4E9F70;
 }
 .AnyTagClassName
 {
   color: #4E9F70;
 }
</style>

background-color css

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

 a { background-color: rgb(78,159,112); }

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

border-color css

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

 span { border-color: rgb(78,159,112); }

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