Html Css Color HEX #668C82 Patina

📋 copy color: '#668C82'

red 102 ◦ green 140 ◦ blue 130

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

Shades of Patina #668C82

Tints of Patina #668C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 27.42%
G = 37.63%
B = 34.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#668C82 (or 0x668C82) is known color: Patina. HEX triplet: 66, 8C and 82. RGB value is (102,140,130). Sum of RGB (Red+Green+Blue) = 102+140+130=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 140 - color contains mainly: green. Hex color #668C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C82 is #99737D. Grayscale: #7F7F7F. Windows color (decimal): -10056574 or 8555622. OLE color: 8555622.

HSL color Cylindrical-coordinate representation of color #668C82: hue angle of 164.21º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668C82 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 140 130 -
CMYK 0.27 0 0.07 0.45
HSL 164.21º 0.16% 0.47% -
HSV(B) 164.21º 0.27% 0.55% -
XYZ 18.89 23.19 24.6 -
YUV 127.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 102 140 130 0.27 0 0.07 0.45 164.21 0.16 0.47
Hex 66 8C 82 1B 0 7 2D A4 10 2F
Octal 146 214 202 33 0 7 55 244 20 57
Binary 1100110 10001100 10000010 11011 0 111 101101 10100100 10000 101111

Color Harmonies of #668C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C82

Black with #668C82

Text Example


Text Example

White with #668C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,140,130); }

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

background-color css

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

 a { background-color: rgb(102,140,130); }

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

border-color css

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

 span { border-color: rgb(102,140,130); }

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