Html Css Color HEX #668C7A Patina

📋 copy color: '#668C7A'

red 102 ◦ green 140 ◦ blue 122

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

Shades of Patina #668C7A

Tints of Patina #668C7A

RGB

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

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

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

R = 28.02%
G = 38.46%
B = 33.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#668C7A (or 0x668C7A) is known color: Patina. HEX triplet: 66, 8C and 7A. RGB value is (102,140,122). Sum of RGB (Red+Green+Blue) = 102+140+122=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 140 - color contains mainly: green. Hex color #668C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668C7A is #997385. Grayscale: #7E7E7E. Windows color (decimal): -10056582 or 8031334. OLE color: 8031334.

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

Color convert

RGB 102 140 122 -
CMYK 0.27 0 0.13 0.45
HSL 151.58º 0.16% 0.47% -
HSV(B) 151.58º 0.27% 0.55% -
XYZ 18.37 22.99 21.88 -
YUV 126.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 102 140 122 0.27 0 0.13 0.45 151.58 0.16 0.47
Hex 66 8C 7A 1B 0 D 2D 98 10 2F
Octal 146 214 172 33 0 15 55 230 20 57
Binary 1100110 10001100 1111010 11011 0 1101 101101 10011000 10000 101111

Color Harmonies of #668C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C7A

Black with #668C7A

Text Example


Text Example

White with #668C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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