Html Css Color HEX #66887F Patina

📋 copy color: '#66887F'

red 102 ◦ green 136 ◦ blue 127

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

Shades of Patina #66887F

Tints of Patina #66887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.26%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 27.95%
G = 37.26%
B = 34.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#66887F (or 0x66887F) is known color: Patina. HEX triplet: 66, 88 and 7F. RGB value is (102,136,127). Sum of RGB (Red+Green+Blue) = 102+136+127=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #66887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66887F is #997780. Grayscale: #7C7C7C. Windows color (decimal): -10057601 or 8357990. OLE color: 8357990.

HSL color Cylindrical-coordinate representation of color #66887F: hue angle of 164.12º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66887F is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 127 -
CMYK 0.25 0 0.07 0.47
HSL 164.12º 0.14% 0.47% -
HSV(B) 164.12º 0.25% 0.53% -
XYZ 18.11 21.97 23.36 -
YUV 124.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 102 136 127 0.25 0 0.07 0.47 164.12 0.14 0.47
Hex 66 88 7F 19 0 7 2F A4 E 2F
Octal 146 210 177 31 0 7 57 244 16 57
Binary 1100110 10001000 1111111 11001 0 111 101111 10100100 1110 101111

Color Harmonies of #66887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66887F

Black with #66887F

Text Example


Text Example

White with #66887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66887F; }

 p { color: rgb(102,136,127); }

 H1.HeaderClassName
 {
   color: #66887F;
 }
 .AnyTagClassName
 {
   color: #66887F;
 }
</style>

background-color css

<style>
 a { background-color: #66887F; }

 a { background-color: rgb(102,136,127); }

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

border-color css

<style>
 span { border-color: #66887F; }

 span { border-color: rgb(102,136,127); }

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