#67968A

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

Shades of Patina #67968A

Tints of Patina #67968A

Color information

#67968A (or 0x67968A) is unknown color: approx Patina. HEX triplet: 67, 96 and 8A. RGB value is (103,150,138). Sum of RGB (Red+Green+Blue) = 103+150+138=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #67968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67968A is #986975. Grayscale: #868686. Windows color (decimal): -9988470 or 9082471. OLE color: 9082471.

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

Color convert

RGB103150138-
CMYK0.3100.080.41
HSL164.68º18.58%49.61%-
HSV(B)164.68º31.33%58.82%-
XYZ21.0926.5328.05-
YUV134.58129.93105.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.34%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=26.34%
G=38.36%
B=35.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031501380.3100.080.41164.6818.5849.61
Hex67968A1F0829a51332
Octal14722621237010512452362
Binary1100111100101101000101011111010001010011010010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,150,138); }

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

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

 a { background-color: rgb(103,150,138); }

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

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

 span { border-color: rgb(103,150,138); }

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