Html Css Color HEX #4F8F75 Cutty Sark

📋 copy color: '#4F8F75'

red 79 ◦ green 143 ◦ blue 117

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

Shades of Cutty Sark #4F8F75

Tints of Cutty Sark #4F8F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 23.3%
G = 42.18%
B = 34.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#4F8F75 (or 0x4F8F75) is known color: Cutty Sark. HEX triplet: 4F, 8F and 75. RGB value is (79,143,117). Sum of RGB (Red+Green+Blue) = 79+143+117=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8F75 is #B0708A. Grayscale: #787878. Windows color (decimal): -11563147 or 7704399. OLE color: 7704399.

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

Color convert

RGB 79 143 117 -
CMYK 0.45 0 0.18 0.44
HSL 155.63º 0.29% 0.44% -
HSV(B) 155.63º 0.45% 0.56% -
XYZ 16.26 22.59 20.33 -
YUV 120.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 79 143 117 0.45 0 0.18 0.44 155.63 0.29 0.44
Hex 4F 8F 75 2D 0 12 2C 9C 1D 2C
Octal 117 217 165 55 0 22 54 234 35 54
Binary 1001111 10001111 1110101 101101 0 10010 101100 10011100 11101 101100

Color Harmonies of #4F8F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8F75

Black with #4F8F75

Text Example


Text Example

White with #4F8F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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