Html Css Color HEX #668B81 Patina

📋 copy color: '#668B81'

red 102 ◦ green 139 ◦ blue 129

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

Shades of Patina #668B81

Tints of Patina #668B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 27.57%
G = 37.57%
B = 34.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#668B81 (or 0x668B81) is known color: Patina. HEX triplet: 66, 8B and 81. RGB value is (102,139,129). Sum of RGB (Red+Green+Blue) = 102+139+129=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #668B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668B81 is #99747E. Grayscale: #7E7E7E. Windows color (decimal): -10056831 or 8489830. OLE color: 8489830.

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

Color convert

RGB 102 139 129 -
CMYK 0.27 0 0.07 0.45
HSL 163.78º 0.15% 0.47% -
HSV(B) 163.78º 0.27% 0.55% -
XYZ 18.67 22.88 24.2 -
YUV 126.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 102 139 129 0.27 0 0.07 0.45 163.78 0.15 0.47
Hex 66 8B 81 1B 0 7 2D A4 F 2F
Octal 146 213 201 33 0 7 55 244 17 57
Binary 1100110 10001011 10000001 11011 0 111 101101 10100100 1111 101111

Color Harmonies of #668B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B81

Black with #668B81

Text Example


Text Example

White with #668B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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