Html Css Color HEX #5F7F70 Cutty Sark

📋 copy color: '#5F7F70'

red 95 ◦ green 127 ◦ blue 112

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

Shades of Cutty Sark #5F7F70

Tints of Cutty Sark #5F7F70

RGB

 RED value IS 95 (37.5% from 255) = 28.44%

 GREEN value IS 127 (50% from 255) = 38.02%

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 28.44%
G = 38.02%
B = 33.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#5F7F70 (or 0x5F7F70) is known color: Cutty Sark. HEX triplet: 5F, 7F and 70. RGB value is (95,127,112). Sum of RGB (Red+Green+Blue) = 95+127+112=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F70 is #A0808F. Grayscale: #737373. Windows color (decimal): -10518672 or 7372639. OLE color: 7372639.

HSL color Cylindrical-coordinate representation of color #5F7F70: hue angle of 151.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7F70 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 127 112 -
CMYK 0.25 0 0.12 0.50
HSL 151.88º 0.14% 0.44% -
HSV(B) 151.88º 0.25% 0.5% -
XYZ 15.23 18.78 18.15 -
YUV 115.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 95 127 112 0.25 0 0.12 0.50 151.88 0.14 0.44
Hex 5F 7F 70 19 0 C 32 98 E 2C
Octal 137 177 160 31 0 14 62 230 16 54
Binary 1011111 1111111 1110000 11001 0 1100 110010 10011000 1110 101100

Color Harmonies of #5F7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7F70

Black with #5F7F70

Text Example


Text Example

White with #5F7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F7F70; }

 p { color: rgb(95,127,112); }

 H1.HeaderClassName
 {
   color: #5F7F70;
 }
 .AnyTagClassName
 {
   color: #5F7F70;
 }
</style>

background-color css

<style>
 a { background-color: #5F7F70; }

 a { background-color: rgb(95,127,112); }

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

border-color css

<style>
 span { border-color: #5F7F70; }

 span { border-color: rgb(95,127,112); }

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