Html Css Color HEX #4D916C Ocean Green

📋 copy color: '#4D916C'

red 77 ◦ green 145 ◦ blue 108

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

Shades of Ocean Green #4D916C

Tints of Ocean Green #4D916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 23.33%
G = 43.94%
B = 32.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#4D916C (or 0x4D916C) is known color: Ocean Green. HEX triplet: 4D, 91 and 6C. RGB value is (77,145,108). Sum of RGB (Red+Green+Blue) = 77+145+108=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #4D916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D916C is #B26E93. Grayscale: #787878. Windows color (decimal): -11693716 or 7115085. OLE color: 7115085.

HSL color Cylindrical-coordinate representation of color #4D916C: hue angle of 147.35º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D916C is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 108 -
CMYK 0.47 0 0.26 0.43
HSL 147.35º 0.31% 0.44% -
HSV(B) 147.35º 0.47% 0.57% -
XYZ 15.89 22.91 17.77 -
YUV 120.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 77 145 108 0.47 0 0.26 0.43 147.35 0.31 0.44
Hex 4D 91 6C 2F 0 1A 2B 93 1F 2C
Octal 115 221 154 57 0 32 53 223 37 54
Binary 1001101 10010001 1101100 101111 0 11010 101011 10010011 11111 101100

Color Harmonies of #4D916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D916C

Black with #4D916C

Text Example


Text Example

White with #4D916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,145,108); }

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

background-color css

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

 a { background-color: rgb(77,145,108); }

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

border-color css

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

 span { border-color: rgb(77,145,108); }

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