Html Css Color HEX #4F9C76 Ocean Green

📋 copy color: '#4F9C76'

red 79 ◦ green 156 ◦ blue 118

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

Shades of Ocean Green #4F9C76

Tints of Ocean Green #4F9C76

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.19%

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

R = 22.38%
G = 44.19%
B = 33.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#4F9C76 (or 0x4F9C76) is known color: Ocean Green. HEX triplet: 4F, 9C and 76. RGB value is (79,156,118). Sum of RGB (Red+Green+Blue) = 79+156+118=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #4F9C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9C76 is #B06389. Grayscale: #808080. Windows color (decimal): -11559818 or 7773263. OLE color: 7773263.

HSL color Cylindrical-coordinate representation of color #4F9C76: hue angle of 150.39º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9C76 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 156 118 -
CMYK 0.49 0 0.24 0.39
HSL 150.39º 0.33% 0.46% -
HSV(B) 150.39º 0.49% 0.61% -
XYZ 18.38 26.75 21.33 -
YUV 128.65 121.99 92.59 -
System Red Green Blue C M Y K H S L
Decimal 79 156 118 0.49 0 0.24 0.39 150.39 0.33 0.46
Hex 4F 9C 76 31 0 18 27 96 21 2E
Octal 117 234 166 61 0 30 47 226 41 56
Binary 1001111 10011100 1110110 110001 0 11000 100111 10010110 100001 101110

Color Harmonies of #4F9C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9C76

Black with #4F9C76

Text Example


Text Example

White with #4F9C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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