Html Css Color HEX #4F8F71 Cutty Sark

📋 copy color: '#4F8F71'

red 79 ◦ green 143 ◦ blue 113

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

Shades of Cutty Sark #4F8F71

Tints of Cutty Sark #4F8F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 23.58%
G = 42.69%
B = 33.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#4F8F71 (or 0x4F8F71) is known color: Cutty Sark. HEX triplet: 4F, 8F and 71. RGB value is (79,143,113). Sum of RGB (Red+Green+Blue) = 79+143+113=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8F71 is #B0708E. Grayscale: #787878. Windows color (decimal): -11563151 or 7442255. OLE color: 7442255.

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

Color convert

RGB 79 143 113 -
CMYK 0.45 0 0.21 0.44
HSL 151.88º 0.29% 0.44% -
HSV(B) 151.88º 0.45% 0.56% -
XYZ 16.03 22.5 19.12 -
YUV 120.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 79 143 113 0.45 0 0.21 0.44 151.88 0.29 0.44
Hex 4F 8F 71 2D 0 15 2C 98 1D 2C
Octal 117 217 161 55 0 25 54 230 35 54
Binary 1001111 10001111 1110001 101101 0 10101 101100 10011000 11101 101100

Color Harmonies of #4F8F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8F71

Black with #4F8F71

Text Example


Text Example

White with #4F8F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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