Html Css Color HEX #4C9C77 Ocean Green

📋 copy color: '#4C9C77'

red 76 ◦ green 156 ◦ blue 119

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

Shades of Ocean Green #4C9C77

Tints of Ocean Green #4C9C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.44%

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 21.65%
G = 44.44%
B = 33.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#4C9C77 (or 0x4C9C77) is known color: Ocean Green. HEX triplet: 4C, 9C and 77. RGB value is (76,156,119). Sum of RGB (Red+Green+Blue) = 76+156+119=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #4C9C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9C77 is #B36388. Grayscale: #7F7F7F. Windows color (decimal): -11756425 or 7838796. OLE color: 7838796.

HSL color Cylindrical-coordinate representation of color #4C9C77: hue angle of 152.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9C77 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 156 119 -
CMYK 0.51 0 0.24 0.39
HSL 152.25º 0.34% 0.45% -
HSV(B) 152.25º 0.51% 0.61% -
XYZ 18.2 26.65 21.64 -
YUV 127.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 76 156 119 0.51 0 0.24 0.39 152.25 0.34 0.45
Hex 4C 9C 77 33 0 18 27 98 22 2D
Octal 114 234 167 63 0 30 47 230 42 55
Binary 1001100 10011100 1110111 110011 0 11000 100111 10011000 100010 101101

Color Harmonies of #4C9C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9C77

Black with #4C9C77

Text Example


Text Example

White with #4C9C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,156,119); }

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

background-color css

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

 a { background-color: rgb(76,156,119); }

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

border-color css

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

 span { border-color: rgb(76,156,119); }

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