Html Css Color HEX #4F906B Ocean Green

📋 copy color: '#4F906B'

red 79 ◦ green 144 ◦ blue 107

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

Shades of Ocean Green #4F906B

Tints of Ocean Green #4F906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.64%

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 23.94%
G = 43.64%
B = 32.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#4F906B (or 0x4F906B) is known color: Ocean Green. HEX triplet: 4F, 90 and 6B. RGB value is (79,144,107). Sum of RGB (Red+Green+Blue) = 79+144+107=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #4F906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F906B is #B06F94. Grayscale: #787878. Windows color (decimal): -11562901 or 7049295. OLE color: 7049295.

HSL color Cylindrical-coordinate representation of color #4F906B: hue angle of 145.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F906B is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 144 107 -
CMYK 0.45 0 0.26 0.44
HSL 145.85º 0.29% 0.44% -
HSV(B) 145.85º 0.45% 0.56% -
XYZ 15.85 22.67 17.45 -
YUV 120.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 79 144 107 0.45 0 0.26 0.44 145.85 0.29 0.44
Hex 4F 90 6B 2D 0 1A 2C 92 1D 2C
Octal 117 220 153 55 0 32 54 222 35 54
Binary 1001111 10010000 1101011 101101 0 11010 101100 10010010 11101 101100

Color Harmonies of #4F906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F906B

Black with #4F906B

Text Example


Text Example

White with #4F906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,144,107); }

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

background-color css

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

 a { background-color: rgb(79,144,107); }

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

border-color css

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

 span { border-color: rgb(79,144,107); }

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