Html Css Color HEX #4E916B Ocean Green

📋 copy color: '#4E916B'

red 78 ◦ green 145 ◦ blue 107

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

Shades of Ocean Green #4E916B

Tints of Ocean Green #4E916B

RGB

 RED value IS 78 (30.86% from 255) = 23.64%

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 23.64%
G = 43.94%
B = 32.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#4E916B (or 0x4E916B) is known color: Ocean Green. HEX triplet: 4E, 91 and 6B. RGB value is (78,145,107). Sum of RGB (Red+Green+Blue) = 78+145+107=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #4E916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E916B is #B16E94. Grayscale: #787878. Windows color (decimal): -11628181 or 7049550. OLE color: 7049550.

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

Color convert

RGB 78 145 107 -
CMYK 0.46 0 0.26 0.43
HSL 145.97º 0.3% 0.44% -
HSV(B) 145.97º 0.46% 0.57% -
XYZ 15.92 22.93 17.5 -
YUV 120.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 78 145 107 0.46 0 0.26 0.43 145.97 0.3 0.44
Hex 4E 91 6B 2E 0 1A 2B 92 1E 2C
Octal 116 221 153 56 0 32 53 222 36 54
Binary 1001110 10010001 1101011 101110 0 11010 101011 10010010 11110 101100

Color Harmonies of #4E916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E916B

Black with #4E916B

Text Example


Text Example

White with #4E916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,145,107); }

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

background-color css

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

 a { background-color: rgb(78,145,107); }

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

border-color css

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

 span { border-color: rgb(78,145,107); }

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