Html Css Color HEX #4D9F79 Ocean Green

📋 copy color: '#4D9F79'

red 77 ◦ green 159 ◦ blue 121

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

Shades of Ocean Green #4D9F79

Tints of Ocean Green #4D9F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 21.57%
G = 44.54%
B = 33.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#4D9F79 (or 0x4D9F79) is known color: Ocean Green. HEX triplet: 4D, 9F and 79. RGB value is (77,159,121). Sum of RGB (Red+Green+Blue) = 77+159+121=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9F79 is #B26086. Grayscale: #828282. Windows color (decimal): -11690119 or 7970637. OLE color: 7970637.

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

Color convert

RGB 77 159 121 -
CMYK 0.52 0 0.24 0.38
HSL 152.2º 0.35% 0.46% -
HSV(B) 152.2º 0.52% 0.62% -
XYZ 18.91 27.75 22.45 -
YUV 130.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 77 159 121 0.52 0 0.24 0.38 152.2 0.35 0.46
Hex 4D 9F 79 34 0 18 26 98 23 2E
Octal 115 237 171 64 0 30 46 230 43 56
Binary 1001101 10011111 1111001 110100 0 11000 100110 10011000 100011 101110

Color Harmonies of #4D9F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9F79

Black with #4D9F79

Text Example


Text Example

White with #4D9F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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