Html Css Color HEX #4F8E76 Cutty Sark

📋 copy color: '#4F8E76'

red 79 ◦ green 142 ◦ blue 118

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

Shades of Cutty Sark #4F8E76

Tints of Cutty Sark #4F8E76

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.89%

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

R = 23.3%
G = 41.89%
B = 34.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#4F8E76 (or 0x4F8E76) is known color: Cutty Sark. HEX triplet: 4F, 8E and 76. RGB value is (79,142,118). Sum of RGB (Red+Green+Blue) = 79+142+118=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8E76 is #B07189. Grayscale: #787878. Windows color (decimal): -11563402 or 7769679. OLE color: 7769679.

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

Color convert

RGB 79 142 118 -
CMYK 0.44 0 0.17 0.44
HSL 157.14º 0.29% 0.43% -
HSV(B) 157.14º 0.44% 0.56% -
XYZ 16.17 22.32 20.59 -
YUV 120.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 79 142 118 0.44 0 0.17 0.44 157.14 0.29 0.43
Hex 4F 8E 76 2C 0 11 2C 9D 1D 2B
Octal 117 216 166 54 0 21 54 235 35 53
Binary 1001111 10001110 1110110 101100 0 10001 101100 10011101 11101 101011

Color Harmonies of #4F8E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8E76

Black with #4F8E76

Text Example


Text Example

White with #4F8E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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