Html Css Color HEX #4F8678 Cutty Sark

📋 copy color: '#4F8678'

red 79 ◦ green 134 ◦ blue 120

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

Shades of Cutty Sark #4F8678

Tints of Cutty Sark #4F8678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

 BLUE value IS 120 (47.27% from 255) = 36.04%

R = 23.72%
G = 40.24%
B = 36.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#4F8678 (or 0x4F8678) is known color: Cutty Sark. HEX triplet: 4F, 86 and 78. RGB value is (79,134,120). Sum of RGB (Red+Green+Blue) = 79+134+120=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #4F8678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8678 is #B07987. Grayscale: #737373. Windows color (decimal): -11565448 or 7898703. OLE color: 7898703.

HSL color Cylindrical-coordinate representation of color #4F8678: hue angle of 164.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8678 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 134 120 -
CMYK 0.41 0 0.10 0.47
HSL 164.73º 0.26% 0.42% -
HSV(B) 164.73º 0.41% 0.53% -
XYZ 15.14 20.07 20.84 -
YUV 115.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 79 134 120 0.41 0 0.10 0.47 164.73 0.26 0.42
Hex 4F 86 78 29 0 A 2F A5 1A 2A
Octal 117 206 170 51 0 12 57 245 32 52
Binary 1001111 10000110 1111000 101001 0 1010 101111 10100101 11010 101010

Color Harmonies of #4F8678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8678

Black with #4F8678

Text Example


Text Example

White with #4F8678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,134,120); }

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

background-color css

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

 a { background-color: rgb(79,134,120); }

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

border-color css

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

 span { border-color: rgb(79,134,120); }

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