Html Css Color HEX #4D9F78 Ocean Green

📋 copy color: '#4D9F78'

red 77 ◦ green 159 ◦ blue 120

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

Shades of Ocean Green #4D9F78

Tints of Ocean Green #4D9F78

RGB

 RED value IS 77 (30.47% from 255) = 21.63%

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

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

R = 21.63%
G = 44.66%
B = 33.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#4D9F78 (or 0x4D9F78) is known color: Ocean Green. HEX triplet: 4D, 9F and 78. RGB value is (77,159,120). Sum of RGB (Red+Green+Blue) = 77+159+120=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9F78 is #B26087. Grayscale: #828282. Windows color (decimal): -11690120 or 7905101. OLE color: 7905101.

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

Color convert

RGB 77 159 120 -
CMYK 0.52 0 0.25 0.38
HSL 151.46º 0.35% 0.46% -
HSV(B) 151.46º 0.52% 0.62% -
XYZ 18.85 27.73 22.13 -
YUV 130.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 77 159 120 0.52 0 0.25 0.38 151.46 0.35 0.46
Hex 4D 9F 78 34 0 19 26 97 23 2E
Octal 115 237 170 64 0 31 46 227 43 56
Binary 1001101 10011111 1111000 110100 0 11001 100110 10010111 100011 101110

Color Harmonies of #4D9F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9F78

Black with #4D9F78

Text Example


Text Example

White with #4D9F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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