Html Css Color HEX #668B7D Patina

📋 copy color: '#668B7D'

red 102 ◦ green 139 ◦ blue 125

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

Shades of Patina #668B7D

Tints of Patina #668B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 27.87%
G = 37.98%
B = 34.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#668B7D (or 0x668B7D) is known color: Patina. HEX triplet: 66, 8B and 7D. RGB value is (102,139,125). Sum of RGB (Red+Green+Blue) = 102+139+125=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #668B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B7D is #997482. Grayscale: #7E7E7E. Windows color (decimal): -10056835 or 8227686. OLE color: 8227686.

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

Color convert

RGB 102 139 125 -
CMYK 0.27 0 0.10 0.45
HSL 157.3º 0.15% 0.47% -
HSV(B) 157.3º 0.27% 0.55% -
XYZ 18.41 22.77 22.83 -
YUV 126.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 102 139 125 0.27 0 0.10 0.45 157.3 0.15 0.47
Hex 66 8B 7D 1B 0 A 2D 9D F 2F
Octal 146 213 175 33 0 12 55 235 17 57
Binary 1100110 10001011 1111101 11011 0 1010 101101 10011101 1111 101111

Color Harmonies of #668B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B7D

Black with #668B7D

Text Example


Text Example

White with #668B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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