Html Css Color HEX #668A7B Patina

📋 copy color: '#668A7B'

red 102 ◦ green 138 ◦ blue 123

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

Shades of Patina #668A7B

Tints of Patina #668A7B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 28.1%
G = 38.02%
B = 33.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#668A7B (or 0x668A7B) is known color: Patina. HEX triplet: 66, 8A and 7B. RGB value is (102,138,123). Sum of RGB (Red+Green+Blue) = 102+138+123=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #668A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A7B is #997584. Grayscale: #7D7D7D. Windows color (decimal): -10057093 or 8096358. OLE color: 8096358.

HSL color Cylindrical-coordinate representation of color #668A7B: hue angle of 155º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668A7B is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 138 123 -
CMYK 0.26 0 0.11 0.46
HSL 155º 0.15% 0.47% -
HSV(B) 155º 0.26% 0.54% -
XYZ 18.14 22.43 22.11 -
YUV 125.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 102 138 123 0.26 0 0.11 0.46 155 0.15 0.47
Hex 66 8A 7B 1A 0 B 2E 9B F 2F
Octal 146 212 173 32 0 13 56 233 17 57
Binary 1100110 10001010 1111011 11010 0 1011 101110 10011011 1111 101111

Color Harmonies of #668A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A7B

Black with #668A7B

Text Example


Text Example

White with #668A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,138,123); }

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

background-color css

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

 a { background-color: rgb(102,138,123); }

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

border-color css

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

 span { border-color: rgb(102,138,123); }

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