Html Css Color HEX #4F9673 Ocean Green

📋 copy color: '#4F9673'

red 79 ◦ green 150 ◦ blue 115

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

Shades of Ocean Green #4F9673

Tints of Ocean Green #4F9673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.6%

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 22.97%
G = 43.6%
B = 33.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#4F9673 (or 0x4F9673) is known color: Ocean Green. HEX triplet: 4F, 96 and 73. RGB value is (79,150,115). Sum of RGB (Red+Green+Blue) = 79+150+115=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #4F9673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9673 is #B0698C. Grayscale: #7C7C7C. Windows color (decimal): -11561357 or 7575119. OLE color: 7575119.

HSL color Cylindrical-coordinate representation of color #4F9673: hue angle of 150.42º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9673 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 150 115 -
CMYK 0.47 0 0.23 0.41
HSL 150.42º 0.31% 0.45% -
HSV(B) 150.42º 0.47% 0.59% -
XYZ 17.23 24.71 20.08 -
YUV 124.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 79 150 115 0.47 0 0.23 0.41 150.42 0.31 0.45
Hex 4F 96 73 2F 0 17 29 96 1F 2D
Octal 117 226 163 57 0 27 51 226 37 55
Binary 1001111 10010110 1110011 101111 0 10111 101001 10010110 11111 101101

Color Harmonies of #4F9673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9673

Black with #4F9673

Text Example


Text Example

White with #4F9673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,150,115); }

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

background-color css

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

 a { background-color: rgb(79,150,115); }

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

border-color css

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

 span { border-color: rgb(79,150,115); }

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