Html Css Color HEX #4C966D Ocean Green

📋 copy color: '#4C966D'

red 76 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #4C966D

Tints of Ocean Green #4C966D

RGB

 RED value IS 76 (30.08% from 255) = 22.69%

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

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

R = 22.69%
G = 44.78%
B = 32.54%

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

#4C966D (or 0x4C966D) is known color: Ocean Green. HEX triplet: 4C, 96 and 6D. RGB value is (76,150,109). Sum of RGB (Red+Green+Blue) = 76+150+109=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #4C966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C966D is #B36992. Grayscale: #7B7B7B. Windows color (decimal): -11757971 or 7181900. OLE color: 7181900.

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

Color convert

RGB 76 150 109 -
CMYK 0.49 0 0.27 0.41
HSL 146.76º 0.33% 0.44% -
HSV(B) 146.76º 0.49% 0.59% -
XYZ 16.65 24.45 18.31 -
YUV 123.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 76 150 109 0.49 0 0.27 0.41 146.76 0.33 0.44
Hex 4C 96 6D 31 0 1B 29 93 21 2C
Octal 114 226 155 61 0 33 51 223 41 54
Binary 1001100 10010110 1101101 110001 0 11011 101001 10010011 100001 101100

Color Harmonies of #4C966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C966D

Black with #4C966D

Text Example


Text Example

White with #4C966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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