Html Css Color HEX #66927B Patina

📋 copy color: '#66927B'

red 102 ◦ green 146 ◦ blue 123

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

Shades of Patina #66927B

Tints of Patina #66927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 27.49%
G = 39.35%
B = 33.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#66927B (or 0x66927B) is known color: Patina. HEX triplet: 66, 92 and 7B. RGB value is (102,146,123). Sum of RGB (Red+Green+Blue) = 102+146+123=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #66927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66927B is #996D84. Grayscale: #828282. Windows color (decimal): -10055045 or 8098406. OLE color: 8098406.

HSL color Cylindrical-coordinate representation of color #66927B: hue angle of 148.64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66927B is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 123 -
CMYK 0.30 0 0.16 0.43
HSL 148.64º 0.18% 0.49% -
HSV(B) 148.64º 0.3% 0.57% -
XYZ 19.33 24.81 22.51 -
YUV 130.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 102 146 123 0.30 0 0.16 0.43 148.64 0.18 0.49
Hex 66 92 7B 1E 0 10 2B 95 12 31
Octal 146 222 173 36 0 20 53 225 22 61
Binary 1100110 10010010 1111011 11110 0 10000 101011 10010101 10010 110001

Color Harmonies of #66927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66927B

Black with #66927B

Text Example


Text Example

White with #66927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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