#67917C

Color #67917C Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #67917C

Tints of Patina #67917C

Color information

#67917C (or 0x67917C) is unknown color: approx Patina. HEX triplet: 67, 91 and 7C. RGB value is (103,145,124). Sum of RGB (Red+Green+Blue) = 103+145+124=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #67917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67917C is #986E83. Grayscale: #828282. Windows color (decimal): -9989764 or 8163687. OLE color: 8163687.

HSL color Cylindrical-coordinate representation of color #67917C: hue angle of 150º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67917C is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB103145124-
CMYK0.2900.140.43
HSL150º16.94%48.63%-
HSV(B)150º28.97%56.86%-
XYZ19.3624.5922.79-
YUV130.05124.59108.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.69%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=27.69%
G=38.98%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031451240.2900.140.4315016.9448.63
Hex67917C1D0E2B961131
Octal14722117435016532262161
Binary110011110010001111110011101011101010111001011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67917C; }

 p { color: rgb(103,145,124); }

 H1.HeaderClassName
 {
   color: #67917C;
 }
 .AnyTagClassName
 {
   color: #67917C;
 }
</style>
background-color css

<style>
 a { background-color: #67917C; }

 a { background-color: rgb(103,145,124); }

 div.DivClassName
 {
   background-color: #67917C;
 }
 .BgClassName
 {
   background-color: #67917C;
 }
</style>
border-color css

<style>
 span { border-color: #67917C; }

 span { border-color: rgb(103,145,124); }

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