Html Css Color HEX #4E9F78 Ocean Green

📋 copy color: '#4E9F78'

red 78 ◦ green 159 ◦ blue 120

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

Shades of Ocean Green #4E9F78

Tints of Ocean Green #4E9F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 21.85%
G = 44.54%
B = 33.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#4E9F78 (or 0x4E9F78) is known color: Ocean Green. HEX triplet: 4E, 9F and 78. RGB value is (78,159,120). Sum of RGB (Red+Green+Blue) = 78+159+120=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9F78 is #B16087. Grayscale: #828282. Windows color (decimal): -11624584 or 7905102. OLE color: 7905102.

HSL color Cylindrical-coordinate representation of color #4E9F78: hue angle of 151.11º 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 #4E9F78 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 159 120 -
CMYK 0.51 0 0.25 0.38
HSL 151.11º 0.34% 0.46% -
HSV(B) 151.11º 0.51% 0.62% -
XYZ 18.93 27.77 22.13 -
YUV 130.34 122.16 90.67 -
System Red Green Blue C M Y K H S L
Decimal 78 159 120 0.51 0 0.25 0.38 151.11 0.34 0.46
Hex 4E 9F 78 33 0 19 26 97 22 2E
Octal 116 237 170 63 0 31 46 227 42 56
Binary 1001110 10011111 1111000 110011 0 11001 100110 10010111 100010 101110

Color Harmonies of #4E9F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9F78

Black with #4E9F78

Text Example


Text Example

White with #4E9F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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