Html Css Color HEX #4FAC77 Ocean Green

📋 copy color: '#4FAC77'

red 79 ◦ green 172 ◦ blue 119

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

Shades of Ocean Green #4FAC77

Tints of Ocean Green #4FAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.49%

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

R = 21.35%
G = 46.49%
B = 32.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#4FAC77 (or 0x4FAC77) is known color: Ocean Green. HEX triplet: 4F, AC and 77. RGB value is (79,172,119). Sum of RGB (Red+Green+Blue) = 79+172+119=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAC77 is #B05388. Grayscale: #8A8A8A. Windows color (decimal): -11555721 or 7842895. OLE color: 7842895.

HSL color Cylindrical-coordinate representation of color #4FAC77: hue angle of 145.81º 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 #4FAC77 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 172 119 -
CMYK 0.54 0 0.31 0.33
HSL 145.81º 0.37% 0.49% -
HSV(B) 145.81º 0.54% 0.67% -
XYZ 21.31 32.5 22.6 -
YUV 138.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 79 172 119 0.54 0 0.31 0.33 145.81 0.37 0.49
Hex 4F AC 77 36 0 1F 21 92 25 31
Octal 117 254 167 66 0 37 41 222 45 61
Binary 1001111 10101100 1110111 110110 0 11111 100001 10010010 100101 110001

Color Harmonies of #4FAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAC77

Black with #4FAC77

Text Example


Text Example

White with #4FAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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