Html Css Color HEX #668B7A Patina

📋 copy color: '#668B7A'

red 102 ◦ green 139 ◦ blue 122

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

Shades of Patina #668B7A

Tints of Patina #668B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 28.1%
G = 38.29%
B = 33.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#668B7A (or 0x668B7A) is known color: Patina. HEX triplet: 66, 8B and 7A. RGB value is (102,139,122). Sum of RGB (Red+Green+Blue) = 102+139+122=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #668B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B7A is #997485. Grayscale: #7E7E7E. Windows color (decimal): -10056838 or 8031078. OLE color: 8031078.

HSL color Cylindrical-coordinate representation of color #668B7A: hue angle of 152.43º degrees, saturation: 0.15, 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 #668B7A is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 122 -
CMYK 0.27 0 0.12 0.45
HSL 152.43º 0.15% 0.47% -
HSV(B) 152.43º 0.27% 0.55% -
XYZ 18.22 22.7 21.83 -
YUV 126 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 102 139 122 0.27 0 0.12 0.45 152.43 0.15 0.47
Hex 66 8B 7A 1B 0 C 2D 98 F 2F
Octal 146 213 172 33 0 14 55 230 17 57
Binary 1100110 10001011 1111010 11011 0 1100 101101 10011000 1111 101111

Color Harmonies of #668B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B7A

Black with #668B7A

Text Example


Text Example

White with #668B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,139,122); }

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

background-color css

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

 a { background-color: rgb(102,139,122); }

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

border-color css

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

 span { border-color: rgb(102,139,122); }

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