Html Css Color HEX #4D9F6F Ocean Green

📋 copy color: '#4D9F6F'

red 77 ◦ green 159 ◦ blue 111

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

Shades of Ocean Green #4D9F6F

Tints of Ocean Green #4D9F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 22.19%
G = 45.82%
B = 31.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#4D9F6F (or 0x4D9F6F) is known color: Ocean Green. HEX triplet: 4D, 9F and 6F. RGB value is (77,159,111). Sum of RGB (Red+Green+Blue) = 77+159+111=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9F6F is #B26090. Grayscale: #818181. Windows color (decimal): -11690129 or 7315277. OLE color: 7315277.

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

Color convert

RGB 77 159 111 -
CMYK 0.52 0 0.30 0.38
HSL 144.88º 0.35% 0.46% -
HSV(B) 144.88º 0.52% 0.62% -
XYZ 18.33 27.52 19.39 -
YUV 129.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 77 159 111 0.52 0 0.30 0.38 144.88 0.35 0.46
Hex 4D 9F 6F 34 0 1E 26 91 23 2E
Octal 115 237 157 64 0 36 46 221 43 56
Binary 1001101 10011111 1101111 110100 0 11110 100110 10010001 100011 101110

Color Harmonies of #4D9F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9F6F

Black with #4D9F6F

Text Example


Text Example

White with #4D9F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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