Html Css Color HEX #4C996F Ocean Green

📋 copy color: '#4C996F'

red 76 ◦ green 153 ◦ blue 111

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

Shades of Ocean Green #4C996F

Tints of Ocean Green #4C996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 22.35%
G = 45%
B = 32.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#4C996F (or 0x4C996F) is known color: Ocean Green. HEX triplet: 4C, 99 and 6F. RGB value is (76,153,111). Sum of RGB (Red+Green+Blue) = 76+153+111=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #4C996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C996F is #B36690. Grayscale: #7D7D7D. Windows color (decimal): -11757201 or 7313740. OLE color: 7313740.

HSL color Cylindrical-coordinate representation of color #4C996F: hue angle of 147.27º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C996F is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 76 153 111 -
CMYK 0.50 0 0.27 0.4
HSL 147.27º 0.34% 0.45% -
HSV(B) 147.27º 0.5% 0.6% -
XYZ 17.24 25.47 19.05 -
YUV 125.19 119.99 92.92 -
System Red Green Blue C M Y K H S L
Decimal 76 153 111 0.50 0 0.27 0.4 147.27 0.34 0.45
Hex 4C 99 6F 32 0 1B 28 93 22 2D
Octal 114 231 157 62 0 33 50 223 42 55
Binary 1001100 10011001 1101111 110010 0 11011 101000 10010011 100010 101101

Color Harmonies of #4C996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C996F

Black with #4C996F

Text Example


Text Example

White with #4C996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,153,111); }

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

background-color css

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

 a { background-color: rgb(76,153,111); }

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

border-color css

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

 span { border-color: rgb(76,153,111); }

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