Html Css Color HEX #4E966D Ocean Green

📋 copy color: '#4E966D'

red 78 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #4E966D

Tints of Ocean Green #4E966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.51%

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

R = 23.15%
G = 44.51%
B = 32.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#4E966D (or 0x4E966D) is known color: Ocean Green. HEX triplet: 4E, 96 and 6D. RGB value is (78,150,109). Sum of RGB (Red+Green+Blue) = 78+150+109=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #4E966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E966D is #B16992. Grayscale: #7B7B7B. Windows color (decimal): -11626899 or 7181902. OLE color: 7181902.

HSL color Cylindrical-coordinate representation of color #4E966D: hue angle of 145.83º 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 #4E966D is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 78 150 109 -
CMYK 0.48 0 0.27 0.41
HSL 145.83º 0.32% 0.45% -
HSV(B) 145.83º 0.48% 0.59% -
XYZ 16.81 24.54 18.32 -
YUV 123.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 78 150 109 0.48 0 0.27 0.41 145.83 0.32 0.45
Hex 4E 96 6D 30 0 1B 29 92 20 2D
Octal 116 226 155 60 0 33 51 222 40 55
Binary 1001110 10010110 1101101 110000 0 11011 101001 10010010 100000 101101

Color Harmonies of #4E966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E966D

Black with #4E966D

Text Example


Text Example

White with #4E966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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