Html Css Color HEX #4E976D Ocean Green

📋 copy color: '#4E976D'

red 78 ◦ green 151 ◦ blue 109

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

Shades of Ocean Green #4E976D

Tints of Ocean Green #4E976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.67%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 23.08%
G = 44.67%
B = 32.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#4E976D (or 0x4E976D) is known color: Ocean Green. HEX triplet: 4E, 97 and 6D. RGB value is (78,151,109). Sum of RGB (Red+Green+Blue) = 78+151+109=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #4E976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E976D is #B16892. Grayscale: #7C7C7C. Windows color (decimal): -11626643 or 7182158. OLE color: 7182158.

HSL color Cylindrical-coordinate representation of color #4E976D: hue angle of 145.48º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E976D is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 78 151 109 -
CMYK 0.48 0 0.28 0.41
HSL 145.48º 0.32% 0.45% -
HSV(B) 145.48º 0.48% 0.59% -
XYZ 16.97 24.86 18.37 -
YUV 124.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 78 151 109 0.48 0 0.28 0.41 145.48 0.32 0.45
Hex 4E 97 6D 30 0 1C 29 91 20 2D
Octal 116 227 155 60 0 34 51 221 40 55
Binary 1001110 10010111 1101101 110000 0 11100 101001 10010001 100000 101101

Color Harmonies of #4E976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E976D

Black with #4E976D

Text Example


Text Example

White with #4E976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,151,109); }

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

background-color css

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

 a { background-color: rgb(78,151,109); }

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

border-color css

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

 span { border-color: rgb(78,151,109); }

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