Html Css Color HEX #4CAA77 Ocean Green

📋 copy color: '#4CAA77'

red 76 ◦ green 170 ◦ blue 119

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

Shades of Ocean Green #4CAA77

Tints of Ocean Green #4CAA77

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.58%

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

R = 20.82%
G = 46.58%
B = 32.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#4CAA77 (or 0x4CAA77) is known color: Ocean Green. HEX triplet: 4C, AA and 77. RGB value is (76,170,119). Sum of RGB (Red+Green+Blue) = 76+170+119=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA77 is #B35588. Grayscale: #888888. Windows color (decimal): -11752841 or 7842380. OLE color: 7842380.

HSL color Cylindrical-coordinate representation of color #4CAA77: hue angle of 147.45º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA77 is Cyan = 0.55, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 170 119 -
CMYK 0.55 0 0.3 0.33
HSL 147.45º 0.38% 0.48% -
HSV(B) 147.45º 0.55% 0.67% -
XYZ 20.68 31.62 22.47 -
YUV 136.08 118.36 85.15 -
System Red Green Blue C M Y K H S L
Decimal 76 170 119 0.55 0 0.3 0.33 147.45 0.38 0.48
Hex 4C AA 77 37 0 1E 21 93 26 30
Octal 114 252 167 67 0 36 41 223 46 60
Binary 1001100 10101010 1110111 110111 0 11110 100001 10010011 100110 110000

Color Harmonies of #4CAA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAA77

Black with #4CAA77

Text Example


Text Example

White with #4CAA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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