Html Css Color HEX #4F9D76 Ocean Green

📋 copy color: '#4F9D76'

red 79 ◦ green 157 ◦ blue 118

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

Shades of Ocean Green #4F9D76

Tints of Ocean Green #4F9D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.35%

 BLUE value IS 118 (46.48% from 255) = 33.33%

R = 22.32%
G = 44.35%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#4F9D76 (or 0x4F9D76) is known color: Ocean Green. HEX triplet: 4F, 9D and 76. RGB value is (79,157,118). Sum of RGB (Red+Green+Blue) = 79+157+118=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #4F9D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9D76 is #B06289. Grayscale: #818181. Windows color (decimal): -11559562 or 7773519. OLE color: 7773519.

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

Color convert

RGB 79 157 118 -
CMYK 0.50 0 0.25 0.38
HSL 150º 0.33% 0.46% -
HSV(B) 150º 0.5% 0.62% -
XYZ 18.55 27.08 21.39 -
YUV 129.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 79 157 118 0.50 0 0.25 0.38 150 0.33 0.46
Hex 4F 9D 76 32 0 19 26 96 21 2E
Octal 117 235 166 62 0 31 46 226 41 56
Binary 1001111 10011101 1110110 110010 0 11001 100110 10010110 100001 101110

Color Harmonies of #4F9D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9D76

Black with #4F9D76

Text Example


Text Example

White with #4F9D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,157,118); }

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

background-color css

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

 a { background-color: rgb(79,157,118); }

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

border-color css

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

 span { border-color: rgb(79,157,118); }

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