Html Css Color HEX #4F9F80 Ocean Green

📋 copy color: '#4F9F80'

red 79 ◦ green 159 ◦ blue 128

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

Shades of Ocean Green #4F9F80

Tints of Ocean Green #4F9F80

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.44%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 21.58%
G = 43.44%
B = 34.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#4F9F80 (or 0x4F9F80) is known color: Ocean Green. HEX triplet: 4F, 9F and 80. RGB value is (79,159,128). Sum of RGB (Red+Green+Blue) = 79+159+128=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9F80 is #B0607F. Grayscale: #838383. Windows color (decimal): -11559040 or 8429391. OLE color: 8429391.

HSL color Cylindrical-coordinate representation of color #4F9F80: hue angle of 156.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F80 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 159 128 -
CMYK 0.50 0 0.19 0.38
HSL 156.75º 0.34% 0.47% -
HSV(B) 156.75º 0.5% 0.62% -
XYZ 19.52 28.02 24.8 -
YUV 131.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 79 159 128 0.50 0 0.19 0.38 156.75 0.34 0.47
Hex 4F 9F 80 32 0 13 26 9D 22 2F
Octal 117 237 200 62 0 23 46 235 42 57
Binary 1001111 10011111 10000000 110010 0 10011 100110 10011101 100010 101111

Color Harmonies of #4F9F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9F80

Black with #4F9F80

Text Example


Text Example

White with #4F9F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,159,128); }

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

background-color css

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

 a { background-color: rgb(79,159,128); }

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

border-color css

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

 span { border-color: rgb(79,159,128); }

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