Html Css Color HEX #4F856E Cutty Sark

📋 copy color: '#4F856E'

red 79 ◦ green 133 ◦ blue 110

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

Shades of Cutty Sark #4F856E

Tints of Cutty Sark #4F856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 24.53%
G = 41.3%
B = 34.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#4F856E (or 0x4F856E) is known color: Cutty Sark. HEX triplet: 4F, 85 and 6E. RGB value is (79,133,110). Sum of RGB (Red+Green+Blue) = 79+133+110=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #4F856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F856E is #B07A91. Grayscale: #727272. Windows color (decimal): -11565714 or 7243087. OLE color: 7243087.

HSL color Cylindrical-coordinate representation of color #4F856E: hue angle of 154.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F856E is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 133 110 -
CMYK 0.41 0 0.17 0.48
HSL 154.44º 0.25% 0.42% -
HSV(B) 154.44º 0.41% 0.52% -
XYZ 14.43 19.56 17.77 -
YUV 114.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 79 133 110 0.41 0 0.17 0.48 154.44 0.25 0.42
Hex 4F 85 6E 29 0 11 30 9A 19 2A
Octal 117 205 156 51 0 21 60 232 31 52
Binary 1001111 10000101 1101110 101001 0 10001 110000 10011010 11001 101010

Color Harmonies of #4F856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F856E

Black with #4F856E

Text Example


Text Example

White with #4F856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,133,110); }

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

background-color css

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

 a { background-color: rgb(79,133,110); }

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

border-color css

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

 span { border-color: rgb(79,133,110); }

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