Html Css Color HEX #668F79 Patina

📋 copy color: '#668F79'

red 102 ◦ green 143 ◦ blue 121

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

Shades of Patina #668F79

Tints of Patina #668F79

RGB

 RED value IS 102 (40.23% from 255) = 27.87%

 GREEN value IS 143 (56.25% from 255) = 39.07%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 27.87%
G = 39.07%
B = 33.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#668F79 (or 0x668F79) is known color: Patina. HEX triplet: 66, 8F and 79. RGB value is (102,143,121). Sum of RGB (Red+Green+Blue) = 102+143+121=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 143 - color contains mainly: green. Hex color #668F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668F79 is #997086. Grayscale: #808080. Windows color (decimal): -10055815 or 7966566. OLE color: 7966566.

HSL color Cylindrical-coordinate representation of color #668F79: hue angle of 147.8º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F79 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 143 121 -
CMYK 0.29 0 0.15 0.44
HSL 147.8º 0.17% 0.48% -
HSV(B) 147.8º 0.29% 0.56% -
XYZ 18.75 23.85 21.7 -
YUV 128.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 102 143 121 0.29 0 0.15 0.44 147.8 0.17 0.48
Hex 66 8F 79 1D 0 F 2C 94 11 30
Octal 146 217 171 35 0 17 54 224 21 60
Binary 1100110 10001111 1111001 11101 0 1111 101100 10010100 10001 110000

Color Harmonies of #668F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F79

Black with #668F79

Text Example


Text Example

White with #668F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668F79; }

 p { color: rgb(102,143,121); }

 H1.HeaderClassName
 {
   color: #668F79;
 }
 .AnyTagClassName
 {
   color: #668F79;
 }
</style>

background-color css

<style>
 a { background-color: #668F79; }

 a { background-color: rgb(102,143,121); }

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

border-color css

<style>
 span { border-color: #668F79; }

 span { border-color: rgb(102,143,121); }

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