Html Css Color HEX #4F9F7B Ocean Green

📋 copy color: '#4F9F7B'

red 79 ◦ green 159 ◦ blue 123

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

Shades of Ocean Green #4F9F7B

Tints of Ocean Green #4F9F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 21.88%
G = 44.04%
B = 34.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#4F9F7B (or 0x4F9F7B) is known color: Ocean Green. HEX triplet: 4F, 9F and 7B. RGB value is (79,159,123). Sum of RGB (Red+Green+Blue) = 79+159+123=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F7B is #B06084. Grayscale: #838383. Windows color (decimal): -11559045 or 8101711. OLE color: 8101711.

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

Color convert

RGB 79 159 123 -
CMYK 0.50 0 0.23 0.38
HSL 153º 0.34% 0.47% -
HSV(B) 153º 0.5% 0.62% -
XYZ 19.2 27.89 23.11 -
YUV 130.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 79 159 123 0.50 0 0.23 0.38 153 0.34 0.47
Hex 4F 9F 7B 32 0 17 26 99 22 2F
Octal 117 237 173 62 0 27 46 231 42 57
Binary 1001111 10011111 1111011 110010 0 10111 100110 10011001 100010 101111

Color Harmonies of #4F9F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9F7B

Black with #4F9F7B

Text Example


Text Example

White with #4F9F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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