Html Css Color HEX #4E916C Ocean Green

📋 copy color: '#4E916C'

red 78 ◦ green 145 ◦ blue 108

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

Shades of Ocean Green #4E916C

Tints of Ocean Green #4E916C

RGB

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

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

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

R = 23.56%
G = 43.81%
B = 32.63%

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

#4E916C (or 0x4E916C) is known color: Ocean Green. HEX triplet: 4E, 91 and 6C. RGB value is (78,145,108). Sum of RGB (Red+Green+Blue) = 78+145+108=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #4E916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E916C is #B16E93. Grayscale: #787878. Windows color (decimal): -11628180 or 7115086. OLE color: 7115086.

HSL color Cylindrical-coordinate representation of color #4E916C: hue angle of 146.87º 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 #4E916C is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 145 108 -
CMYK 0.46 0 0.26 0.43
HSL 146.87º 0.3% 0.44% -
HSV(B) 146.87º 0.46% 0.57% -
XYZ 15.97 22.95 17.78 -
YUV 120.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 78 145 108 0.46 0 0.26 0.43 146.87 0.3 0.44
Hex 4E 91 6C 2E 0 1A 2B 93 1E 2C
Octal 116 221 154 56 0 32 53 223 36 54
Binary 1001110 10010001 1101100 101110 0 11010 101011 10010011 11110 101100

Color Harmonies of #4E916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E916C

Black with #4E916C

Text Example


Text Example

White with #4E916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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