Html Css Color HEX #668E85 Patina

📋 copy color: '#668E85'

red 102 ◦ green 142 ◦ blue 133

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

Shades of Patina #668E85

Tints of Patina #668E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 27.06%
G = 37.67%
B = 35.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#668E85 (or 0x668E85) is known color: Patina. HEX triplet: 66, 8E and 85. RGB value is (102,142,133). Sum of RGB (Red+Green+Blue) = 102+142+133=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 142 - color contains mainly: green. Hex color #668E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E85 is #99717A. Grayscale: #818181. Windows color (decimal): -10056059 or 8752742. OLE color: 8752742.

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

Color convert

RGB 102 142 133 -
CMYK 0.28 0 0.06 0.44
HSL 166.5º 0.16% 0.48% -
HSV(B) 166.5º 0.28% 0.56% -
XYZ 19.39 23.86 25.77 -
YUV 129.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 102 142 133 0.28 0 0.06 0.44 166.5 0.16 0.48
Hex 66 8E 85 1C 0 6 2C A6 10 30
Octal 146 216 205 34 0 6 54 246 20 60
Binary 1100110 10001110 10000101 11100 0 110 101100 10100110 10000 110000

Color Harmonies of #668E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668E85

Black with #668E85

Text Example


Text Example

White with #668E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,142,133); }

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

background-color css

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

 a { background-color: rgb(102,142,133); }

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

border-color css

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

 span { border-color: rgb(102,142,133); }

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