Html Css Color HEX #4FAB77 Ocean Green

📋 copy color: '#4FAB77'

red 79 ◦ green 171 ◦ blue 119

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

Shades of Ocean Green #4FAB77

Tints of Ocean Green #4FAB77

RGB

 RED value IS 79 (31.25% from 255) = 21.41%

 GREEN value IS 171 (67.19% from 255) = 46.34%

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

R = 21.41%
G = 46.34%
B = 32.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#4FAB77 (or 0x4FAB77) is known color: Ocean Green. HEX triplet: 4F, AB and 77. RGB value is (79,171,119). Sum of RGB (Red+Green+Blue) = 79+171+119=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAB77 is #B05488. Grayscale: #898989. Windows color (decimal): -11555977 or 7842639. OLE color: 7842639.

HSL color Cylindrical-coordinate representation of color #4FAB77: hue angle of 146.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAB77 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 171 119 -
CMYK 0.54 0 0.30 0.33
HSL 146.09º 0.37% 0.49% -
HSV(B) 146.09º 0.54% 0.67% -
XYZ 21.12 32.12 22.54 -
YUV 137.56 117.52 86.23 -
System Red Green Blue C M Y K H S L
Decimal 79 171 119 0.54 0 0.30 0.33 146.09 0.37 0.49
Hex 4F AB 77 36 0 1E 21 92 25 31
Octal 117 253 167 66 0 36 41 222 45 61
Binary 1001111 10101011 1110111 110110 0 11110 100001 10010010 100101 110001

Color Harmonies of #4FAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAB77

Black with #4FAB77

Text Example


Text Example

White with #4FAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,171,119); }

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

background-color css

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

 a { background-color: rgb(79,171,119); }

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

border-color css

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

 span { border-color: rgb(79,171,119); }

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