Html Css Color HEX #4F856F Cutty Sark

📋 copy color: '#4F856F'

red 79 ◦ green 133 ◦ blue 111

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

Shades of Cutty Sark #4F856F

Tints of Cutty Sark #4F856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 24.46%
G = 41.18%
B = 34.37%

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

#4F856F (or 0x4F856F) is known color: Cutty Sark. HEX triplet: 4F, 85 and 6F. RGB value is (79,133,111). Sum of RGB (Red+Green+Blue) = 79+133+111=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #4F856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F856F is #B07A90. Grayscale: #727272. Windows color (decimal): -11565713 or 7308623. OLE color: 7308623.

HSL color Cylindrical-coordinate representation of color #4F856F: hue angle of 155.56º 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 #4F856F is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 133 111 -
CMYK 0.41 0 0.17 0.48
HSL 155.56º 0.25% 0.42% -
HSV(B) 155.56º 0.41% 0.52% -
XYZ 14.48 19.59 18.06 -
YUV 114.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 79 133 111 0.41 0 0.17 0.48 155.56 0.25 0.42
Hex 4F 85 6F 29 0 11 30 9C 19 2A
Octal 117 205 157 51 0 21 60 234 31 52
Binary 1001111 10000101 1101111 101001 0 10001 110000 10011100 11001 101010

Color Harmonies of #4F856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F856F

Black with #4F856F

Text Example


Text Example

White with #4F856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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