Html Css Color HEX #668C7B Patina

📋 copy color: '#668C7B'

red 102 ◦ green 140 ◦ blue 123

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

Shades of Patina #668C7B

Tints of Patina #668C7B

RGB

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

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

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

R = 27.95%
G = 38.36%
B = 33.7%

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

#668C7B (or 0x668C7B) is known color: Patina. HEX triplet: 66, 8C and 7B. RGB value is (102,140,123). Sum of RGB (Red+Green+Blue) = 102+140+123=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 140 - color contains mainly: green. Hex color #668C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668C7B is #997384. Grayscale: #7E7E7E. Windows color (decimal): -10056581 or 8096870. OLE color: 8096870.

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

Color convert

RGB 102 140 123 -
CMYK 0.27 0 0.12 0.45
HSL 153.16º 0.16% 0.47% -
HSV(B) 153.16º 0.27% 0.55% -
XYZ 18.43 23.01 22.21 -
YUV 126.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 102 140 123 0.27 0 0.12 0.45 153.16 0.16 0.47
Hex 66 8C 7B 1B 0 C 2D 99 10 2F
Octal 146 214 173 33 0 14 55 231 20 57
Binary 1100110 10001100 1111011 11011 0 1100 101101 10011001 10000 101111

Color Harmonies of #668C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C7B

Black with #668C7B

Text Example


Text Example

White with #668C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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