Html Css Color HEX #66897B Patina

📋 copy color: '#66897B'

red 102 ◦ green 137 ◦ blue 123

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

Shades of Patina #66897B

Tints of Patina #66897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

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

R = 28.18%
G = 37.85%
B = 33.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#66897B (or 0x66897B) is known color: Patina. HEX triplet: 66, 89 and 7B. RGB value is (102,137,123). Sum of RGB (Red+Green+Blue) = 102+137+123=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #66897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66897B is #997684. Grayscale: #7C7C7C. Windows color (decimal): -10057349 or 8096102. OLE color: 8096102.

HSL color Cylindrical-coordinate representation of color #66897B: hue angle of 156º 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 #66897B is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 123 -
CMYK 0.26 0 0.10 0.46
HSL 156º 0.15% 0.47% -
HSV(B) 156º 0.26% 0.54% -
XYZ 18 22.15 22.06 -
YUV 124.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 102 137 123 0.26 0 0.10 0.46 156 0.15 0.47
Hex 66 89 7B 1A 0 A 2E 9C F 2F
Octal 146 211 173 32 0 12 56 234 17 57
Binary 1100110 10001001 1111011 11010 0 1010 101110 10011100 1111 101111

Color Harmonies of #66897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66897B

Black with #66897B

Text Example


Text Example

White with #66897B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66897B; }

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

 H1.HeaderClassName
 {
   color: #66897B;
 }
 .AnyTagClassName
 {
   color: #66897B;
 }
</style>

background-color css

<style>
 a { background-color: #66897B; }

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

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

border-color css

<style>
 span { border-color: #66897B; }

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

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