Html Css Color HEX #4F7C6C Cutty Sark

📋 copy color: '#4F7C6C'

red 79 ◦ green 124 ◦ blue 108

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

Shades of Cutty Sark #4F7C6C

Tints of Cutty Sark #4F7C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.87%

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 25.4%
G = 39.87%
B = 34.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#4F7C6C (or 0x4F7C6C) is known color: Cutty Sark. HEX triplet: 4F, 7C and 6C. RGB value is (79,124,108). Sum of RGB (Red+Green+Blue) = 79+124+108=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7C6C is #B08393. Grayscale: #6C6C6C. Windows color (decimal): -11568020 or 7109711. OLE color: 7109711.

HSL color Cylindrical-coordinate representation of color #4F7C6C: hue angle of 158.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F7C6C is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 124 108 -
CMYK 0.36 0 0.13 0.51
HSL 158.67º 0.22% 0.4% -
HSV(B) 158.67º 0.36% 0.49% -
XYZ 13.14 17.16 16.81 -
YUV 108.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 79 124 108 0.36 0 0.13 0.51 158.67 0.22 0.4
Hex 4F 7C 6C 24 0 D 33 9F 16 28
Octal 117 174 154 44 0 15 63 237 26 50
Binary 1001111 1111100 1101100 100100 0 1101 110011 10011111 10110 101000

Color Harmonies of #4F7C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7C6C

Black with #4F7C6C

Text Example


Text Example

White with #4F7C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,124,108); }

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

background-color css

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

 a { background-color: rgb(79,124,108); }

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

border-color css

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

 span { border-color: rgb(79,124,108); }

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