Html Css Color HEX #4F9076 Cutty Sark

📋 copy color: '#4F9076'

red 79 ◦ green 144 ◦ blue 118

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

Shades of Cutty Sark #4F9076

Tints of Cutty Sark #4F9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 23.17%
G = 42.23%
B = 34.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#4F9076 (or 0x4F9076) is known color: Cutty Sark. HEX triplet: 4F, 90 and 76. RGB value is (79,144,118). Sum of RGB (Red+Green+Blue) = 79+144+118=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9076 is #B06F89. Grayscale: #797979. Windows color (decimal): -11562890 or 7770191. OLE color: 7770191.

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

Color convert

RGB 79 144 118 -
CMYK 0.45 0 0.18 0.44
HSL 156º 0.29% 0.44% -
HSV(B) 156º 0.45% 0.56% -
XYZ 16.47 22.92 20.69 -
YUV 121.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 79 144 118 0.45 0 0.18 0.44 156 0.29 0.44
Hex 4F 90 76 2D 0 12 2C 9C 1D 2C
Octal 117 220 166 55 0 22 54 234 35 54
Binary 1001111 10010000 1110110 101101 0 10010 101100 10011100 11101 101100

Color Harmonies of #4F9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9076

Black with #4F9076

Text Example


Text Example

White with #4F9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,144,118); }

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

background-color css

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

 a { background-color: rgb(79,144,118); }

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

border-color css

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

 span { border-color: rgb(79,144,118); }

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