Html Css Color HEX #4F8F76 Cutty Sark

📋 copy color: '#4F8F76'

red 79 ◦ green 143 ◦ blue 118

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

Shades of Cutty Sark #4F8F76

Tints of Cutty Sark #4F8F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.06%

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

R = 23.24%
G = 42.06%
B = 34.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#4F8F76 (or 0x4F8F76) is known color: Cutty Sark. HEX triplet: 4F, 8F and 76. RGB value is (79,143,118). Sum of RGB (Red+Green+Blue) = 79+143+118=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8F76 is #B07089. Grayscale: #797979. Windows color (decimal): -11563146 or 7769935. OLE color: 7769935.

HSL color Cylindrical-coordinate representation of color #4F8F76: hue angle of 156.56º 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 #4F8F76 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 143 118 -
CMYK 0.45 0 0.17 0.44
HSL 156.56º 0.29% 0.44% -
HSV(B) 156.56º 0.45% 0.56% -
XYZ 16.32 22.62 20.64 -
YUV 121.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 79 143 118 0.45 0 0.17 0.44 156.56 0.29 0.44
Hex 4F 8F 76 2D 0 11 2C 9D 1D 2C
Octal 117 217 166 55 0 21 54 235 35 54
Binary 1001111 10001111 1110110 101101 0 10001 101100 10011101 11101 101100

Color Harmonies of #4F8F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8F76

Black with #4F8F76

Text Example


Text Example

White with #4F8F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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