Html Css Color HEX #668F7A Patina

📋 copy color: '#668F7A'

red 102 ◦ green 143 ◦ blue 122

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

Shades of Patina #668F7A

Tints of Patina #668F7A

RGB

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

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

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

R = 27.79%
G = 38.96%
B = 33.24%

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

#668F7A (or 0x668F7A) is known color: Patina. HEX triplet: 66, 8F and 7A. RGB value is (102,143,122). Sum of RGB (Red+Green+Blue) = 102+143+122=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 143 - color contains mainly: green. Hex color #668F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668F7A is #997085. Grayscale: #808080. Windows color (decimal): -10055814 or 8032102. OLE color: 8032102.

HSL color Cylindrical-coordinate representation of color #668F7A: hue angle of 149.27º 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 #668F7A is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 143 122 -
CMYK 0.29 0 0.15 0.44
HSL 149.27º 0.17% 0.48% -
HSV(B) 149.27º 0.29% 0.56% -
XYZ 18.81 23.87 22.03 -
YUV 128.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 102 143 122 0.29 0 0.15 0.44 149.27 0.17 0.48
Hex 66 8F 7A 1D 0 F 2C 95 11 30
Octal 146 217 172 35 0 17 54 225 21 60
Binary 1100110 10001111 1111010 11101 0 1111 101100 10010101 10001 110000

Color Harmonies of #668F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F7A

Black with #668F7A

Text Example


Text Example

White with #668F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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