Html Css Color HEX #66978A Patina

📋 copy color: '#66978A'

red 102 ◦ green 151 ◦ blue 138

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

Shades of Patina #66978A

Tints of Patina #66978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 26.09%
G = 38.62%
B = 35.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#66978A (or 0x66978A) is known color: Patina. HEX triplet: 66, 97 and 8A. RGB value is (102,151,138). Sum of RGB (Red+Green+Blue) = 102+151+138=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #66978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66978A is #996875. Grayscale: #868686. Windows color (decimal): -10053750 or 9082726. OLE color: 9082726.

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

Color convert

RGB 102 151 138 -
CMYK 0.32 0 0.09 0.41
HSL 164.08º 0.19% 0.5% -
HSV(B) 164.08º 0.32% 0.59% -
XYZ 21.13 26.79 28.1 -
YUV 134.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 102 151 138 0.32 0 0.09 0.41 164.08 0.19 0.5
Hex 66 97 8A 20 0 9 29 A4 13 32
Octal 146 227 212 40 0 11 51 244 23 62
Binary 1100110 10010111 10001010 100000 0 1001 101001 10100100 10011 110010

Color Harmonies of #66978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66978A

Black with #66978A

Text Example


Text Example

White with #66978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66978A; }

 p { color: rgb(102,151,138); }

 H1.HeaderClassName
 {
   color: #66978A;
 }
 .AnyTagClassName
 {
   color: #66978A;
 }
</style>

background-color css

<style>
 a { background-color: #66978A; }

 a { background-color: rgb(102,151,138); }

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

border-color css

<style>
 span { border-color: #66978A; }

 span { border-color: rgb(102,151,138); }

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