Html Css Color HEX #4F9F78 Ocean Green

📋 copy color: '#4F9F78'

red 79 ◦ green 159 ◦ blue 120

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

Shades of Ocean Green #4F9F78

Tints of Ocean Green #4F9F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 22.07%
G = 44.41%
B = 33.52%

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

#4F9F78 (or 0x4F9F78) is known color: Ocean Green. HEX triplet: 4F, 9F and 78. RGB value is (79,159,120). Sum of RGB (Red+Green+Blue) = 79+159+120=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F78 is #B06087. Grayscale: #828282. Windows color (decimal): -11559048 or 7905103. OLE color: 7905103.

HSL color Cylindrical-coordinate representation of color #4F9F78: hue angle of 150.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 #4F9F78 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 159 120 -
CMYK 0.50 0 0.25 0.38
HSL 150.75º 0.34% 0.47% -
HSV(B) 150.75º 0.5% 0.62% -
XYZ 19.01 27.81 22.14 -
YUV 130.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 79 159 120 0.50 0 0.25 0.38 150.75 0.34 0.47
Hex 4F 9F 78 32 0 19 26 97 22 2F
Octal 117 237 170 62 0 31 46 227 42 57
Binary 1001111 10011111 1111000 110010 0 11001 100110 10010111 100010 101111

Color Harmonies of #4F9F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9F78

Black with #4F9F78

Text Example


Text Example

White with #4F9F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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