Html Css Color HEX #66937D Patina

📋 copy color: '#66937D'

red 102 ◦ green 147 ◦ blue 125

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

Shades of Patina #66937D

Tints of Patina #66937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

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

R = 27.27%
G = 39.3%
B = 33.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#66937D (or 0x66937D) is known color: Patina. HEX triplet: 66, 93 and 7D. RGB value is (102,147,125). Sum of RGB (Red+Green+Blue) = 102+147+125=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #66937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66937D is #996C82. Grayscale: #838383. Windows color (decimal): -10054787 or 8229734. OLE color: 8229734.

HSL color Cylindrical-coordinate representation of color #66937D: hue angle of 150.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66937D is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 125 -
CMYK 0.31 0 0.15 0.42
HSL 150.67º 0.18% 0.49% -
HSV(B) 150.67º 0.31% 0.58% -
XYZ 19.61 25.17 23.23 -
YUV 131.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 102 147 125 0.31 0 0.15 0.42 150.67 0.18 0.49
Hex 66 93 7D 1F 0 F 2A 97 12 31
Octal 146 223 175 37 0 17 52 227 22 61
Binary 1100110 10010011 1111101 11111 0 1111 101010 10010111 10010 110001

Color Harmonies of #66937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66937D

Black with #66937D

Text Example


Text Example

White with #66937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66937D; }

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

 H1.HeaderClassName
 {
   color: #66937D;
 }
 .AnyTagClassName
 {
   color: #66937D;
 }
</style>

background-color css

<style>
 a { background-color: #66937D; }

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

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

border-color css

<style>
 span { border-color: #66937D; }

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

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