Html Css Color HEX #4F8E6E Cutty Sark

📋 copy color: '#4F8E6E'

red 79 ◦ green 142 ◦ blue 110

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

Shades of Cutty Sark #4F8E6E

Tints of Cutty Sark #4F8E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.9%

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

R = 23.87%
G = 42.9%
B = 33.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#4F8E6E (or 0x4F8E6E) is known color: Cutty Sark. HEX triplet: 4F, 8E and 6E. RGB value is (79,142,110). Sum of RGB (Red+Green+Blue) = 79+142+110=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8E6E is #B07191. Grayscale: #777777. Windows color (decimal): -11563410 or 7245391. OLE color: 7245391.

HSL color Cylindrical-coordinate representation of color #4F8E6E: hue angle of 149.52º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F8E6E is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 142 110 -
CMYK 0.44 0 0.23 0.44
HSL 149.52º 0.29% 0.43% -
HSV(B) 149.52º 0.44% 0.56% -
XYZ 15.71 22.13 18.2 -
YUV 119.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 79 142 110 0.44 0 0.23 0.44 149.52 0.29 0.43
Hex 4F 8E 6E 2C 0 17 2C 96 1D 2B
Octal 117 216 156 54 0 27 54 226 35 53
Binary 1001111 10001110 1101110 101100 0 10111 101100 10010110 11101 101011

Color Harmonies of #4F8E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8E6E

Black with #4F8E6E

Text Example


Text Example

White with #4F8E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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