Html Css Color HEX #4D9979 Ocean Green

📋 copy color: '#4D9979'

red 77 ◦ green 153 ◦ blue 121

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

Shades of Ocean Green #4D9979

Tints of Ocean Green #4D9979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

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

R = 21.94%
G = 43.59%
B = 34.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#4D9979 (or 0x4D9979) is known color: Ocean Green. HEX triplet: 4D, 99 and 79. RGB value is (77,153,121). Sum of RGB (Red+Green+Blue) = 77+153+121=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9979 is #B26686. Grayscale: #7E7E7E. Windows color (decimal): -11691655 or 7969101. OLE color: 7969101.

HSL color Cylindrical-coordinate representation of color #4D9979: hue angle of 154.74º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9979 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 153 121 -
CMYK 0.50 0 0.21 0.4
HSL 154.74º 0.33% 0.45% -
HSV(B) 154.74º 0.5% 0.6% -
XYZ 17.9 25.74 22.11 -
YUV 126.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 77 153 121 0.50 0 0.21 0.4 154.74 0.33 0.45
Hex 4D 99 79 32 0 15 28 9B 21 2D
Octal 115 231 171 62 0 25 50 233 41 55
Binary 1001101 10011001 1111001 110010 0 10101 101000 10011011 100001 101101

Color Harmonies of #4D9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9979

Black with #4D9979

Text Example


Text Example

White with #4D9979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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