Html Css Color HEX #66967F Patina

📋 copy color: '#66967F'

red 102 ◦ green 150 ◦ blue 127

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

Shades of Patina #66967F

Tints of Patina #66967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

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

R = 26.91%
G = 39.58%
B = 33.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#66967F (or 0x66967F) is known color: Patina. HEX triplet: 66, 96 and 7F. RGB value is (102,150,127). Sum of RGB (Red+Green+Blue) = 102+150+127=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #66967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66967F is #996980. Grayscale: #858585. Windows color (decimal): -10054017 or 8361574. OLE color: 8361574.

HSL color Cylindrical-coordinate representation of color #66967F: hue angle of 151.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66967F is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 127 -
CMYK 0.32 0 0.15 0.41
HSL 151.25º 0.19% 0.49% -
HSV(B) 151.25º 0.32% 0.59% -
XYZ 20.22 26.17 24.06 -
YUV 133.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 102 150 127 0.32 0 0.15 0.41 151.25 0.19 0.49
Hex 66 96 7F 20 0 F 29 97 13 31
Octal 146 226 177 40 0 17 51 227 23 61
Binary 1100110 10010110 1111111 100000 0 1111 101001 10010111 10011 110001

Color Harmonies of #66967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66967F

Black with #66967F

Text Example


Text Example

White with #66967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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