Html Css Color HEX #4D966D Ocean Green

📋 copy color: '#4D966D'

red 77 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #4D966D

Tints of Ocean Green #4D966D

RGB

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

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

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

R = 22.92%
G = 44.64%
B = 32.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#4D966D (or 0x4D966D) is known color: Ocean Green. HEX triplet: 4D, 96 and 6D. RGB value is (77,150,109). Sum of RGB (Red+Green+Blue) = 77+150+109=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #4D966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D966D is #B26992. Grayscale: #7B7B7B. Windows color (decimal): -11692435 or 7181901. OLE color: 7181901.

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

Color convert

RGB 77 150 109 -
CMYK 0.49 0 0.27 0.41
HSL 146.3º 0.32% 0.45% -
HSV(B) 146.3º 0.49% 0.59% -
XYZ 16.73 24.49 18.31 -
YUV 123.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 77 150 109 0.49 0 0.27 0.41 146.3 0.32 0.45
Hex 4D 96 6D 31 0 1B 29 92 20 2D
Octal 115 226 155 61 0 33 51 222 40 55
Binary 1001101 10010110 1101101 110001 0 11011 101001 10010010 100000 101101

Color Harmonies of #4D966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D966D

Black with #4D966D

Text Example


Text Example

White with #4D966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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