Html Css Color HEX #4F8E73 Cutty Sark

📋 copy color: '#4F8E73'

red 79 ◦ green 142 ◦ blue 115

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

Shades of Cutty Sark #4F8E73

Tints of Cutty Sark #4F8E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 23.51%
G = 42.26%
B = 34.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#4F8E73 (or 0x4F8E73) is known color: Cutty Sark. HEX triplet: 4F, 8E and 73. RGB value is (79,142,115). Sum of RGB (Red+Green+Blue) = 79+142+115=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8E73 is #B0718C. Grayscale: #787878. Windows color (decimal): -11563405 or 7573071. OLE color: 7573071.

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

Color convert

RGB 79 142 115 -
CMYK 0.44 0 0.19 0.44
HSL 154.29º 0.29% 0.43% -
HSV(B) 154.29º 0.44% 0.56% -
XYZ 15.99 22.25 19.67 -
YUV 120.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 79 142 115 0.44 0 0.19 0.44 154.29 0.29 0.43
Hex 4F 8E 73 2C 0 13 2C 9A 1D 2B
Octal 117 216 163 54 0 23 54 232 35 53
Binary 1001111 10001110 1110011 101100 0 10011 101100 10011010 11101 101011

Color Harmonies of #4F8E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8E73

Black with #4F8E73

Text Example


Text Example

White with #4F8E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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